diff --git a/src/index.less b/src/index.less index b9277ead8d5e05359079c2a16cd048430e816109..a470161f3272fa0bfc6f143af9055ca3a31cdd45 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; + } +}