Skip to content

Commit 77b629d

Browse files
committed
Lowered maximum z-index
1 parent 0fc5f17 commit 77b629d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/bundle/Resources/public/scss/_notifications.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bottom: 0;
44
right: calculateRem(32px);
55
width: calculateRem(400px);
6-
z-index: 100010;
6+
z-index: 10300;
77
}
88

99
.ibexa-notification-list {

src/bundle/Resources/public/scss/ui/modules/muti-file-upload/_upload.popup.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.c-upload-popup {
22
background: rgba($ibexa-color-black, 0.35);
33
position: fixed;
4-
z-index: 99999;
4+
z-index: 10100;
55
top: 0;
66
left: 0;
77
height: 100vh;

src/bundle/Resources/public/scss/ui/modules/universal-discovery/_global.loader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.m-ud-global-loader {
22
position: fixed;
3-
z-index: 99999;
3+
z-index: 10100;
44
background: $ibexa-color-dark;
55
width: 100%;
66
height: 100%;

0 commit comments

Comments
 (0)