Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: hide scroll bar in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
BBSQQ authored and NewByVector committed Sep 10, 2020
1 parent 8965228 commit 3d0255f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
// menu 滚动
:global {
.ant-layout-sider-children {
overflow-x: hidden;
overflow-y: auto;
border-right: 1px solid #f0f0f0;
}
Expand Down

0 comments on commit 3d0255f

Please sign in to comment.