Browse Source

temp fix of extra scroll bar

pull/622/head
afc163 8 years ago
parent
commit
c16aebf624
  1. 7
      src/index.less

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

Loading…
Cancel
Save