Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Forms: fix telephone field block country selector dropdown so it shows in front of other blocks while selected
1 change: 1 addition & 0 deletions projects/packages/forms/src/blocks/input-phone/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
&.is-selected {
border-color: #2271b1;
box-shadow: 0 0 0 1px #2271b1;
z-index: 1;
}

// these class is used to style input and textarea elements
Expand Down
Loading