.ant-layout-sider-children::-webkit-scrollbar {
  width: 0px;
}
.ant-layout-sider-children {
  height: 100vh;
  overflow: auto;
}
.ant-layout-sider {
  overflow: hidden;
  height: 100vh;
}
