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