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

Fixing a scrollbar bug when the list is loading

The negative text indent will cause the scrollbars to go berserk as the loading text gets rotated around the view port. Overflow hidden insures the text outside the spinner is not displayed.
This commit is contained in:
Blaine Ehrhart
2016-06-17 10:31:57 -07:00
committed by GitHub
parent 0a15c00b0c
commit 46119f84a9
+1
View File
@@ -130,6 +130,7 @@
right: 10px;
font-size: 5px;
text-indent: -9999em;
overflow: hidden;
border-top: .9em solid rgba(100, 100, 100, .1);
border-right: .9em solid rgba(100, 100, 100, .1);
border-bottom: .9em solid rgba(100, 100, 100, .1);