fix: 使用滚动条显示不全 #176
This commit is contained in:
parent
969cf8ea21
commit
bea95fc52f
@ -1,6 +1,6 @@
|
|||||||
/* 全局初始化滚动条样式 */
|
/* 全局初始化滚动条样式 */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 2px;
|
width: 4px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -133,7 +133,6 @@ const StyledMenu = styled(Menu)`
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
max-height: calc(60vh - 50px);
|
max-height: calc(60vh - 50px);
|
||||||
overflow-y: auto;
|
|
||||||
|
|
||||||
.ant-menu-item-group-title {
|
.ant-menu-item-group-title {
|
||||||
padding: 5px 10px 0;
|
padding: 5px 10px 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user