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>