Skip to content

Commit 94dddc2

Browse files
committed
Increase z-index of app modal to avoid collision with eZ XML text field fullscreen editor
1 parent 5cb642f commit 94dddc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bundle/Resources/public/css/remotemedia.css

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

bundle/Resources/public/js/remotemedia.js

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

bundle/ezpublish_legacy/ngremotemedia/design/standard/javascript/remotemedia.js

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

bundle/ezpublish_legacy/ngremotemedia/design/standard/stylesheets/remotemedia.css

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

frontend/src/components/Modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default {
3737
left: 0;
3838
right: 0;
3939
background-color: rgba(0, 0, 0, .8);
40-
z-index: 11;
40+
z-index: 500000;
4141
4242
.media-modal {
4343
background-color: $wild-sand;

0 commit comments

Comments
 (0)