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:
committed by
backportbot-nextcloud[bot]
parent
05f764bc17
commit
b33fe37499
@@ -47,6 +47,6 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.app-deck .app-sidebar {
|
.app-deck .app-sidebar {
|
||||||
z-index: 20000 !important;
|
z-index: 1500 !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user