1
0
mirror of synced 2024-11-26 06:46:04 +03:00

Merge pull request #1549 from cmfcmf/patch-1

Added !important to select2-offscreen to make sure that it is definitly hidden.
This commit is contained in:
Igor Vaynberg 2013-07-24 20:39:20 -07:00
commit cb8072df18

View File

@ -605,16 +605,16 @@ disabled look for disabled choices in the results dropdown
} }
.select2-offscreen, .select2-offscreen:focus { .select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0); clip: rect(0 0 0 0) !important;
width: 1px; width: 1px !important;
height: 1px; height: 1px !important;
border: 0; border: 0 !important;
margin: 0; margin: 0 !important;
padding: 0; padding: 0 !important;
overflow: hidden; overflow: hidden !important;
position: absolute; position: absolute !important;
outline: 0; outline: 0 !important;
left: 0px; left: 0px !important;
} }
.select2-display-none { .select2-display-none {