Browse Source

fix setting drawer handle style error in ie11

pull/2314/head
陈帅 8 years ago
parent
commit
21c8a5029b
  1. 2
      src/components/SettingDrawer/index.less

2
src/components/SettingDrawer/index.less

@ -51,7 +51,7 @@
}
.handle {
position: fixed;
position: absolute;
top: 240px;
background: @primary-color;
width: 48px;

Loading…
Cancel
Save