Browse Source

fix setting drawer handle style error in ie11

陈帅 7 năm trước cách đây
mục cha
commit
21c8a5029b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;