Просмотр исходного кода

make sure offscreen doesnt cause vertical shift. fixes #829

Igor Vaynberg 11 лет назад
Родитель
Сommit
0ce22d5b80
1 измененных файлов с 1 добавлено и 0 удалено
  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 {