[F7-vue] Sortable list error in sheet-modal

Hello to everyone,
I have a problem with a sortable list placed in a sheet. When i try to move the elements this error appear:

sortable.js:60 Uncaught TypeError: Cannot read property 'top' of null

Here a sandbox where the error is reproduced:

Thanks in advance to everyone who will help me

@nolimits4web

Wrap it with f7-page also https://codesandbox.io/s/gracious-snyder-09zvx?file=/src/pages/Home.vue:257-328

1 Like

Thank you very much!