Fix z-index for deck sidebar

The sidebar would previously render above the user menu (logout, settings, etc)

Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
This commit is contained in:
Raul
2022-06-28 14:10:17 +02:00
parent 2f2a43e9c6
commit 172ee5a228

View File

@@ -46,6 +46,6 @@ export default {
z-index: 100;
}
.app-deck .app-sidebar {
z-index: 20000 !important;
z-index: 1500 !important;
}
</style>