html, body {
  height: 100%;
  margin: 0;
}

#app {
  height: 100%;
}

.ant-layout {
  height: 100%;
}

.ant-layout-sider {
  position: fixed !important;
  height: 100% !important;
}