From 6573aec4ca9f7879bbdfed0ce4abdcb27e0027ab Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 19 Dec 2023 16:14:28 +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