fix: left drawer z-index

This commit is contained in:
puriphatt 2024-07-02 10:29:22 +00:00
parent 2d82690b5c
commit 671e0c880e

View file

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