Skip to content

Commit 4b64510

Browse files
authored
IBX-10955: Changed UDW z-index to cover help center btn (#1771)
1 parent 021ad26 commit 4b64510

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/bundle/Resources/public/scss/_dropdown-popover.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.ibexa-dropdown-popover {
22
&.popover {
3+
z-index: 10250;
34
max-width: initial;
45
background: initial;
56
border: 0;

src/bundle/Resources/public/scss/_extra-actions.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
}
145145

146146
&--create {
147+
z-index: 10250;
148+
147149
#{$self} {
148150
&__content {
149151
max-height: calc(100% - #{calculateRem(155px)});

src/bundle/Resources/public/scss/ui/modules/universal-discovery/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.m-ud {
22
position: fixed;
3-
z-index: 2100;
3+
z-index: 10250;
44
top: 0;
55
left: 0;
66
height: 100vh;

src/bundle/Resources/public/scss/ui/modules/universal-discovery/_tab.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
&__dropdown-portal {
7777
.ibexa-dropdown__items {
7878
position: fixed;
79-
z-index: 250;
79+
z-index: 10250;
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)