Skip to content

Commit 6f6c919

Browse files
artongebackportbot-nextcloud[bot]
authored andcommitted
Increase z-index of SfxPopper instead of its children
Signed-off-by: Louis Chemineau <[email protected]>
1 parent 2a7712c commit 6f6c919

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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)