From c16aebf62482064694fd447d58aad62616e3375e Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 8 Jan 2018 21:34:42 +0800 Subject: [PATCH] temp fix of extra scroll bar --- src/index.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index.less b/src/index.less index b9277ead..a470161f 100644 --- a/src/index.less +++ b/src/index.less @@ -18,3 +18,10 @@ body { width: 100%; margin: 40px 0 !important; } + +// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7 +:global { + .ant-spin-container { + overflow: visible; + } +} -- GitLab