Skip to content

Commit

Permalink
Fix z-index for ve modal dialogs
Browse files Browse the repository at this point in the history
https: //tuleap.net/plugins/tracker/?aid=37205
Change-Id: If01ee9ceece64b8945dd346168a035a7aeca3f15
  • Loading branch information
miriamschlindwein committed Mar 18, 2024
1 parent b30df7f commit fab7990
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/stylesheets/content/ve.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ body.mediawiki.skin-tuleap .ve-ui-toolbar-group-save.oo-ui-widget-disabled .ve-u
.ve-active .ve-init-mw-desktopArticleTarget-originalContent {
padding-left: var( --tlp-medium-spacing );
}

.ve-active .mediawiki.oo-ui-windowManager-modal-active .ve-ui-overlay-global {
z-index: 1002;
}

0 comments on commit fab7990

Please sign in to comment.