fix: left drawer z-index
This commit is contained in:
parent
2c80dfdd3a
commit
2d82690b5c
2 changed files with 5 additions and 2 deletions
|
|
@ -159,6 +159,6 @@ function navigateTo(label: string, destination: string) {
|
|||
}
|
||||
|
||||
:deep(.q-drawer) {
|
||||
z-index: 5 !important;
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue