From f52ca56c8508f33c1dad9c7dcaaaec701c83e3e3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 19 一月 2024 17:26:47 +0800
Subject: [PATCH] 添加打印信息

---
 src/styles/sidebar.scss |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss
index 1e43cce..a87545a 100644
--- a/src/styles/sidebar.scss
+++ b/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 }
       }
     }
 

--
Gitblit v1.9.2