Merge pull request #3886 from nextcloud/backport/3884/stable23

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

View File

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