更新SidebarMenu样式以改进布局:将resultsList max-height更改为50 vh以获得更好的响应性,并从容器中删除固定高度。

This commit is contained in:
乘风
2026-01-15 11:35:04 +08:00
parent b65bbca307
commit 13aef5f61a

View File

@@ -14,12 +14,11 @@
border-radius: 4px;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
z-index: 1000;
height: 400px;
width: 260px;
}
.resultsList {
max-height: 400px;
height: 50vh;
overflow-y: auto;
}