Merge pull request #3886 from nextcloud/backport/3884/stable23
[stable23] Fix z-index for deck sidebar
This commit is contained in:
@@ -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