Skip to content

Commit fe4d0a8

Browse files
committed
Fix vertical position of clear button pstanoev#224
1 parent 225b62d commit fe4d0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SimpleAutocomplete.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,6 +1410,7 @@
14101410
-ms-transform: translateY(-50%);
14111411
transform: translateY(-50%);
14121412
z-index: 4;
1413+
height: 100%;
14131414
}
14141415
14151416
.autocomplete:not(.show-clear) .autocomplete-clear-button {

0 commit comments

Comments
 (0)