소스 검색

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 {