From 5d2bcd4007cd6391c569884f98971a6db0b31e5d Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 16 Jul 2012 11:41:16 +0300 Subject: [PATCH] hide things off screen at -10000 px instead of -1000. fixes #220 --- select2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.css b/select2.css index d533c69e..df82aeca 100755 --- a/select2.css +++ b/select2.css @@ -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; } \ No newline at end of file +.select2-offscreen { position: absolute; left: -10000px; } \ No newline at end of file