diff --git a/src/bundle/Resources/public/scss/_notifications-modal.scss b/src/bundle/Resources/public/scss/_notifications-modal.scss index d5775569ea..8eaaefaaf6 100644 --- a/src/bundle/Resources/public/scss/_notifications-modal.scss +++ b/src/bundle/Resources/public/scss/_notifications-modal.scss @@ -1,6 +1,10 @@ .ibexa-notifications-modal { cursor: auto; + &.ibexa-side-panel { + z-index: 10250; + } + &__footer { display: flex; justify-content: flex-end;