index.less 498 Bytes
Newer Older
niko's avatar
niko committed
1 2 3
html,
body,
:global(#root) {
4 5 6
  height: 100%;
}

7 8 9 10
:global(.ant-layout) {
  min-height: 100%;
}

niko's avatar
niko committed
11 12 13 14
canvas {
  display: block;
}

15 16 17 18 19
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
afc163's avatar
afc163 committed
20

afc163's avatar
afc163 committed
21 22 23
// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
:global {
  .ant-spin-container {
afc163's avatar
afc163 committed
24
    overflow: visible !important;
afc163's avatar
afc163 committed
25
  }
26 27 28 29 30

  .global-spin {
    width: 100%;
    margin: 40px 0 !important;
  }
afc163's avatar
afc163 committed
31
}