base.less 79 B

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