fix: left drawer & drawer btn z-index

This commit is contained in:
puriphatt 2024-07-03 03:04:00 +00:00
parent 7de0f225e6
commit 3b13f0c3e1
2 changed files with 1 additions and 11 deletions

View file

@ -157,8 +157,4 @@ function navigateTo(label: string, destination: string) {
}
}
}
:deep(.q-drawer) {
z-index: 9999 !important;
}
</style>

View file

@ -175,13 +175,7 @@ onMounted(async () => {
<!-- drawer control -->
<div
style="position: relative"
:style="
$q.screen.gt.xs
? leftDrawerOpen
? 'z-index: 9999'
: 'z-index: 999'
: 'z-index: 1'
"
:style="$q.screen.gt.xs ? 'z-index: 1000' : 'z-index: 1'"
>
<q-avatar
size="36px"