From 0ce22d5b80c884eed425ee1a9779e9c8a65a0928 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Fri, 26 Jul 2013 22:51:36 -0700 Subject: [PATCH] make sure offscreen doesnt cause vertical shift. fixes #829 --- select2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.css b/select2.css index 6306c437..4fc4427e 100644 --- a/select2.css +++ b/select2.css @@ -615,6 +615,7 @@ disabled look for disabled choices in the results dropdown position: absolute !important; outline: 0 !important; left: 0px !important; + top: 0px !important; } .select2-display-none {