Browse Source

temp fix of extra scroll bar

afc163 8 years ago
parent
commit
c16aebf624
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/index.less

+ 7 - 0
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;
+  }
+}