Parcourir la source

make sure offscreen doesnt cause vertical shift. fixes #829

Igor Vaynberg il y a 11 ans
Parent
commit
0ce22d5b80
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      select2.css

+ 1 - 0
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 {