Skip to content

Commit 9648987

Browse files
committed
Increase z-index of SfxPopper instead of its children
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 81ffec2 commit 9648987

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ImageEditor.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,9 @@ export default {
267267
z-index: 10101 !important;
268268
}
269269
270-
.SfxPopper-wrapper {
271-
z-index: 10102 !important;
270+
#SfxPopper {
271+
z-index: 10102;
272+
position: relative;
272273
}
273274
274275
// Default styling

0 commit comments

Comments
 (0)