马宇豪
2025-01-24 f08c38b9cb4e1ac4185a98d21c9ad2696bd8a633
src/styles/sidebar.scss
@@ -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 }
      }
    }