Merge pull request #3885 from nextcloud/backport/3884/stable24

[stable24] Fix z-index for deck sidebar
This commit is contained in:
Raul Ferreira Fuentes
2022-06-28 15:26:18 +02:00
committed by GitHub

View File

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