Procházet zdrojové kódy

fix setting drawer handle style error in ie11

陈帅 před 7 roky
rodič
revize
21c8a5029b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;