From 21c8a5029ba71ddb8c84e23ab779b3c59cc5ec78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 14 Sep 2018 10:33:50 +0800 Subject: [PATCH] fix setting drawer handle style error in ie11 --- src/components/SettingDrawer/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingDrawer/index.less b/src/components/SettingDrawer/index.less index 5b660525..af4109be 100644 --- a/src/components/SettingDrawer/index.less +++ b/src/components/SettingDrawer/index.less @@ -51,7 +51,7 @@ } .handle { - position: fixed; + position: absolute; top: 240px; background: @primary-color; width: 48px; -- GitLab