Skip to content

Commit

Permalink
Merge pull request #3887 from nextcloud/backport/3884/stable22
Browse files Browse the repository at this point in the history
[stable22] Fix z-index for deck sidebar
  • Loading branch information
Raudius committed Jun 28, 2022
2 parents 4ec9aa3 + 5ca11c7 commit e19befa
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 @@ -47,6 +47,6 @@ export default {
}
.app-deck .app-sidebar {
z-index: 20000 !important;
z-index: 1500 !important;
}
</style>

0 comments on commit e19befa

Please sign in to comment.