Skip to content

Commit 552fcfa

Browse files
authored
IBX-10957: Fixed notifications popup options (#1774)
1 parent f0b0128 commit 552fcfa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.ibexa-notification-actions-popup-menu {
2+
&.ibexa-popup-menu {
3+
z-index: 10260;
4+
}
5+
}

src/bundle/Resources/public/scss/ibexa.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
@import 'dashboard';
8282
@import 'picker';
8383
@import 'notifications-modal';
84+
@import 'notification-actions-popup-menu';
8485
@import 'side-panel';
8586
@import 'admin.section-view';
8687
@import 'content-tree';

0 commit comments

Comments
 (0)