Skip to content

Commit 00cf159

Browse files
authored
Merge pull request #3884 from nextcloud/enh/fix_sidebar
Fix z-index for deck sidebar
2 parents 2f2a43e + 172ee5a commit 00cf159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ export default {
4646
z-index: 100;
4747
}
4848
.app-deck .app-sidebar {
49-
z-index: 20000 !important;
49+
z-index: 1500 !important;
5050
}
5151
</style>

0 commit comments

Comments
 (0)