Procházet zdrojové kódy

make sure offscreen doesnt cause vertical shift. fixes #829

Igor Vaynberg před 11 roky
rodič
revize
0ce22d5b80
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {