Skip to content

Commit 3075d3e

Browse files
committed
fix(MultiSelect): add temporary fix for React.js & Vue.js versions
1 parent 3e1ce8f commit 3075d3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scss/forms/_form-multi-select.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@
120120
&.is-valid {
121121
--#{$prefix}form-multi-select-border-color: #{$form-feedback-valid-color};
122122
}
123+
124+
// temporary fix for React.js & Vue.js versions
125+
> div:not([class]):first-of-type::before {
126+
position: absolute;
127+
top: 0;
128+
left: 0;
129+
width: 100%;
130+
height: 100%;
131+
content: "";
132+
}
123133
}
124134

125135
.form-multi-select-selection-tags {

0 commit comments

Comments
 (0)