更新SidebarMenu样式以改进布局:将resultsList max-height更改为50 vh以获得更好的响应性,并从容器中删除固定高度。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user