浏览代码

make sure offscreen doesnt cause vertical shift. fixes #829

Igor Vaynberg 11 年之前
父节点
当前提交
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 {