summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/ConfiguratorModule.vue
diff options
context:
space:
mode:
authorUdo Walter2019-02-24 06:22:08 +0100
committerUdo Walter2019-02-24 06:22:08 +0100
commit57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e (patch)
tree989368ef9ac860a50f3c7502536ed069d1ad239a /webapp/src/components/ConfiguratorModule.vue
parent[webapp/datatable] use minWidth prop for menuMode (diff)
downloadbas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.tar.gz
bas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.tar.xz
bas-57b6d39f762ff5c96c5d51bb06fb0fbd1d84ac9e.zip
[webapp/registration] use datatable to select groups
Diffstat (limited to 'webapp/src/components/ConfiguratorModule.vue')
-rw-r--r--webapp/src/components/ConfiguratorModule.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/ConfiguratorModule.vue b/webapp/src/components/ConfiguratorModule.vue
index 62a9534..7829dc5 100644
--- a/webapp/src/components/ConfiguratorModule.vue
+++ b/webapp/src/components/ConfiguratorModule.vue
@@ -77,7 +77,7 @@
:max-width="dialog.type === 'delete' ? '500px' : '1200px'"
scrollable
:persistent="dialog.type !== 'delete'"
- :fullscreen="$vuetify.breakpoint.xsOnly"
+ :fullscreen="$vuetify.breakpoint.smAndDown"
>
<configurator-module-delete v-if="dialog.type === 'delete'" />
<configurator-module-config v-else-if="dialog.type === 'config'"/>