diff --git a/src/components/Dialogs/AddTorrentDialog.vue b/src/components/Dialogs/AddTorrentDialog.vue index 2c43f3d7..31856385 100644 --- a/src/components/Dialogs/AddTorrentDialog.vue +++ b/src/components/Dialogs/AddTorrentDialog.vue @@ -181,6 +181,7 @@ const onCategoryChanged = () => { v-model="isOpened" :class="$vuetify.display.mobile ? '' : 'w-75'" :fullscreen="$vuetify.display.mobile" + scrollable :transition="openSuddenly ? 'none' : 'dialog-bottom-transition'"> @@ -190,236 +191,232 @@ const onCategoryChanged = () => { - - - - - -