瀏覽代碼

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 {
 .handle {
-  position: fixed;
+  position: absolute;
   top: 240px;
   top: 240px;
   background: @primary-color;
   background: @primary-color;
   width: 48px;
   width: 48px;