马宇豪
2025-01-21 e52fe71fb9c6dd82f996a9db07b2bd765c27f09b
src/styles/sidebar.scss
@@ -12,7 +12,7 @@
  .sidebar-container {
    transition: width 0.28s;
    width: $sideBarWidth !important;
    height: 95%;
    height: 100%;
    position: fixed;
   //position: absolute;
    font-size: 0px;
@@ -30,9 +30,14 @@
    .scrollbar-wrapper {
      overflow-x: hidden !important;
        overflow-y: scroll;
        height: calc(100vh - 80px);
      .el-scrollbar__view {
        height: 100%;
          overflow-y: auto;
          &::-webkit-scrollbar { width: 0; height: 0; color: transparent }
          &::scrollbar { width: 0; height: 0; color: transparent }
      }
    }