2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

fix: vs__selected position set to absolute while loading with empty search value (#1396)

This commit is contained in:
Flo Edelmann
2021-10-18 19:06:59 +02:00
committed by GitHub
parent 44e1eec53d
commit b7d1f70985
+2 -1
View File
@@ -31,7 +31,8 @@
background-color: transparent;
border-color: transparent;
}
&.vs--open .vs__selected {
&.vs--open .vs__selected,
&.vs--loading .vs__selected {
position: absolute;
opacity: .4;
}