fix: left drawer z-index
This commit is contained in:
parent
2d82690b5c
commit
671e0c880e
1 changed files with 7 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue