base.less 80 B

123456789
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. height: 100%;
  6. background: @bodyBackground;
  7. }