fix: left drawer z-index

This commit is contained in:
puriphatt 2024-07-02 10:20:14 +00:00
parent 2c80dfdd3a
commit 2d82690b5c
2 changed files with 5 additions and 2 deletions

View file

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