diff --git a/packages/vuetify/src/labs/VBottomSheet/VBottomSheet.sass b/packages/vuetify/src/labs/VBottomSheet/VBottomSheet.sass index 4be50061c46..3432e5db149 100644 --- a/packages/vuetify/src/labs/VBottomSheet/VBottomSheet.sass +++ b/packages/vuetify/src/labs/VBottomSheet/VBottomSheet.sass @@ -26,6 +26,8 @@ max-width: 100% overflow: visible + @include tools.elevation($bottom-sheet-elevation) + > .v-card, > .v-sheet border-radius: $bottom-sheet-border-radius diff --git a/packages/vuetify/src/labs/VBottomSheet/_variables.scss b/packages/vuetify/src/labs/VBottomSheet/_variables.scss index 07d327a6096..7f9946939ac 100644 --- a/packages/vuetify/src/labs/VBottomSheet/_variables.scss +++ b/packages/vuetify/src/labs/VBottomSheet/_variables.scss @@ -1,5 +1,6 @@ @use '../../styles/settings'; +$bottom-sheet-elevation: 12 !default; $bottom-sheet-inset-width: 70% !default; $bottom-sheet-border-radius: 0 !default; $bottom-sheet-transition-duration: .2s !default;