Skip to content

Commit

Permalink
Merge pull request #3884 from nextcloud/enh/fix_sidebar
Browse files Browse the repository at this point in the history
Fix z-index for deck sidebar
  • Loading branch information
Raudius authored Jun 28, 2022
2 parents 2f2a43e + 172ee5a commit 00cf159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ export default {
z-index: 100;
}
.app-deck .app-sidebar {
z-index: 20000 !important;
z-index: 1500 !important;
}
</style>

0 comments on commit 00cf159

Please sign in to comment.