修改当左侧栏内容超出固定高度后不显示滚动条问题

Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2024-04-21 08:24:20 +00:00
committed by Gitee
Unverified
parent f4e2e791b0
commit 84159542ba

View File

@@ -408,8 +408,9 @@ select {
z-index: 1050;
-webkit-overflow-scrolling: touch;
box-shadow: 0 0 2px rgba(var(--bs-dark-rgb), 0.375);
border-radius: var(--radius);
border-radius: var(--radius);
background: #fbfbfb;
overflow: auto;
}
.bs-left-container .bs-left-title{
font-size: 20px;