소스 검색

Fix scroll caused by dropdown

lazything 10 년 전
부모
커밋
b7f4731051
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/js/select2/dropdown/attachBody.js

+ 2 - 1
src/js/select2/dropdown/attachBody.js

@@ -47,7 +47,8 @@ define([
     $dropdown.addClass('select2-container--open');
 
     $dropdown.css({
-      position: 'absolute'
+      position: 'absolute',
+      top: -999999
     });
 
     $dropdown.width($container.outerWidth(false));