瀏覽代碼

temp fix of extra scroll bar

afc163 8 年之前
父節點
當前提交
c16aebf624
共有 1 個文件被更改,包括 7 次插入0 次删除
  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;
+  }
+}