From 2be293ab4a5f66cefca8917b9d56e18fc99206f3 Mon Sep 17 00:00:00 2001 From: cmfcmf Date: Fri, 19 Jul 2013 21:29:35 +0200 Subject: [PATCH] Added !important to select2-offscreen to make sure that it is definitly hidden. --- select2.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/select2.css b/select2.css index 4d5f7806..6306c437 100644 --- a/select2.css +++ b/select2.css @@ -605,16 +605,16 @@ disabled look for disabled choices in the results dropdown } .select2-offscreen, .select2-offscreen:focus { - clip: rect(0 0 0 0); - width: 1px; - height: 1px; - border: 0; - margin: 0; - padding: 0; - overflow: hidden; - position: absolute; - outline: 0; - left: 0px; + clip: rect(0 0 0 0) !important; + width: 1px !important; + height: 1px !important; + border: 0 !important; + margin: 0 !important; + padding: 0 !important; + overflow: hidden !important; + position: absolute !important; + outline: 0 !important; + left: 0px !important; } .select2-display-none {