Skip to content

Commit ee1fee8

Browse files
Sztigbarbaragr
andauthored
IBX-10663: Z-index issue on UDW translate panel when attempting to edit translated content (#1758)
changed z-index to accommodate translation panel Co-authored-by: Barbara Grajczyk <[email protected]>
1 parent 50c7b19 commit ee1fee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/scss/ui/modules/universal-discovery/mixins/_selected.items.panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
border-top-right-radius: $ibexa-border-radius;
1212
border-bottom-right-radius: $ibexa-border-radius;
1313
box-shadow: calculateRem(4px) calculateRem(22px) calculateRem(47px) 0 rgba($ibexa-color-info, 0.15);
14-
z-index: 1;
14+
z-index: 2;
1515
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition;
1616

1717
&__header {

0 commit comments

Comments
 (0)