We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b0128 commit 552fcfaCopy full SHA for 552fcfa
src/bundle/Resources/public/scss/_notification-actions-popup-menu.scss
@@ -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
@@ -81,6 +81,7 @@
81
@import 'dashboard';
82
@import 'picker';
83
@import 'notifications-modal';
84
+@import 'notification-actions-popup-menu';
85
@import 'side-panel';
86
@import 'admin.section-view';
87
@import 'content-tree';
0 commit comments