first overlay working

This commit is contained in:
vabene1111
2024-03-22 09:15:33 +01:00
committed by smilerz
parent 49a437b103
commit 394d7d73ed
2 changed files with 29 additions and 13 deletions

View File

@@ -8,9 +8,10 @@ import {createVuetify} from 'vuetify'
// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides
export default createVuetify({
defaults: {
VCard: {
class: 'overflow-visible' // this is needed so that vue-multiselect options show above a card, vuetify uses overlay container to avoid this
}
// disabled as this leads to cards overflowing if not careful, manually set on cards containing a multiselect until proper solution is found
// VCard: {
// class: 'overflow-visible' // this is needed so that vue-multiselect options show above a card, vuetify uses overlay container to avoid this
// }
},
theme: {
defaultTheme: 'light',