index.less 498 B

12345678910111213141516171819202122232425262728293031
  1. html,
  2. body,
  3. :global(#root) {
  4. height: 100%;
  5. }
  6. :global(.ant-layout) {
  7. min-height: 100%;
  8. }
  9. canvas {
  10. display: block;
  11. }
  12. body {
  13. text-rendering: optimizeLegibility;
  14. -webkit-font-smoothing: antialiased;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. // temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
  18. :global {
  19. .ant-spin-container {
  20. overflow: visible !important;
  21. }
  22. .global-spin {
  23. width: 100%;
  24. margin: 40px 0 !important;
  25. }
  26. }