Explorar el Código

fix setting drawer handle style error in ie11

陈帅 hace 7 años
padre
commit
21c8a5029b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;