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 50c7b19 commit ee1fee8Copy full SHA for ee1fee8
src/bundle/Resources/public/scss/ui/modules/universal-discovery/mixins/_selected.items.panel.scss
@@ -11,7 +11,7 @@
11
border-top-right-radius: $ibexa-border-radius;
12
border-bottom-right-radius: $ibexa-border-radius;
13
box-shadow: calculateRem(4px) calculateRem(22px) calculateRem(47px) 0 rgba($ibexa-color-info, 0.15);
14
- z-index: 1;
+ z-index: 2;
15
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition;
16
17
&__header {
0 commit comments