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