Merge pull request #3884 from nextcloud/enh/fix_sidebar
Fix z-index for deck sidebar
This commit is contained in:
@@ -46,6 +46,6 @@ export default {
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.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