Преглед изворни кода

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