2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

Merge pull request #62 from bladesling/master

Fixing a viewport scrollbar bug when the list is loading
This commit is contained in:
Jeff
2016-06-17 10:41:05 -07:00
committed by GitHub
+1
View File
@@ -130,6 +130,7 @@
right: 10px; right: 10px;
font-size: 5px; font-size: 5px;
text-indent: -9999em; text-indent: -9999em;
overflow: hidden;
border-top: .9em solid rgba(100, 100, 100, .1); border-top: .9em solid rgba(100, 100, 100, .1);
border-right: .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); border-bottom: .9em solid rgba(100, 100, 100, .1);