소스 검색

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