Skip to content

Commit

Permalink
Increase z-index of SfxPopper instead of its children
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
artonge authored and nextcloud-command committed May 12, 2023
1 parent 29b005f commit 9136080
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/components/ImageEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,9 @@ export default {
z-index: 10101 !important;
}
.SfxPopper-wrapper {
z-index: 10102 !important;
#SfxPopper {
z-index: 10102;
position: relative;
}
// Default styling
Expand Down

0 comments on commit 9136080

Please sign in to comment.