Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/img/ibexa-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/img/icons/help-alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bottom: 0;
right: calculateRem(32px);
width: calculateRem(400px);
z-index: 50000;
z-index: 10300;
}

.ibexa-notification-list {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.c-upload-popup {
background: rgba($ibexa-color-black, 0.35);
position: fixed;
z-index: 99999;
z-index: 10100;
top: 0;
left: 0;
height: 100vh;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.m-ud-global-loader {
position: fixed;
z-index: 99999;
z-index: 10100;
background: $ibexa-color-dark;
width: 100%;
height: 100%;
Expand Down
Loading