Skip to content

Commit d0d5d9b

Browse files
authored
fix z-index for telephone country dropdown when it's selected (#45380)
1 parent d349caa commit d0d5d9b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fixed
3+
4+
Forms: fix telephone field block country selector dropdown so it shows in front of other blocks while selected

projects/packages/forms/src/blocks/input-phone/editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
&.is-selected {
1717
border-color: #2271b1;
1818
box-shadow: 0 0 0 1px #2271b1;
19+
z-index: 1;
1920
}
2021

2122
// these class is used to style input and textarea elements

0 commit comments

Comments
 (0)