.sider {
  position: fixed !important;
  width: 200px;
  background: #fff !important;
  height: 100%;
}

.menu {
  height: 100%;
  borderRight: 0;
}

:global(.ant-menu-submenu-title):after {
  display: none !important;
}
