1
0
mirror of synced 2025-02-16 20:13:16 +03:00

hide things off screen at -10000 px instead of -1000. fixes #220

This commit is contained in:
Igor Vaynberg 2012-07-16 11:41:16 +03:00
parent c17336d1ac
commit 5d2bcd4007

View File

@ -505,4 +505,4 @@ disabled look for already selected choices in the results dropdown
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }
.select2-offscreen { position: absolute; left: -1000px; }
.select2-offscreen { position: absolute; left: -10000px; }