소스 검색

fix setting drawer handle style error in ie11

陈帅 7 년 전
부모
커밋
21c8a5029b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SettingDrawer/index.less

+ 1 - 1
src/components/SettingDrawer/index.less

@@ -51,7 +51,7 @@
 }
 
 .handle {
-  position: fixed;
+  position: absolute;
   top: 240px;
   background: @primary-color;
   width: 48px;