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

jim's avatar
jim committed
8 9 10 11
:global(.colorWeak) {
  filter: invert(80%);
}

12
:global(.ant-layout) {
F-loat's avatar
F-loat committed
13
  min-height: 100vh;
14 15
}

niko's avatar
niko committed
16 17 18 19
canvas {
  display: block;
}

20 21 22 23 24
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
afc163's avatar
afc163 committed
25 26 27 28 29

.globalSpin {
  width: 100%;
  margin: 40px 0 !important;
}
afc163's avatar
afc163 committed
30 31 32 33

// temp fix for https://github.com/ant-design/ant-design/commit/a1fafb5b727b62cb0be29ce6e9eca8f579d4f8b7
:global {
  .ant-spin-container {
afc163's avatar
afc163 committed
34
    overflow: visible !important;
afc163's avatar
afc163 committed
35 36
  }
}