From 9b788804691f2039dffe793e0db76bcb68d2bb26 Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期六, 28 一月 2023 14:35:05 +0800
Subject: [PATCH] 升级提示

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

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

--
Gitblit v1.9.2