Skip to content

Commit

Permalink
fix(default-theme): toggle on cancel button (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdanilowicz committed Aug 8, 2022
1 parent a06f4ca commit ed638ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/default-theme/src/assets/scss/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,13 @@
@include for-mobile {
.sw-select {
div {
.sf-component-select__dropdown {
position: relative;
.sf-component-select{
&__dropdown {
position: relative;
}
&__cancel {
pointer-events: none;
}
}
}
}
Expand Down

0 comments on commit ed638ba

Please sign in to comment.