Explorar o código

fix setting drawer handle style error in ie11

陈帅 %!s(int64=7) %!d(string=hai) anos
pai
achega
21c8a5029b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;