Skip to content

Commit 4e5c690

Browse files
committed
style: 优化侧边栏菜单滚动条显示
1 parent 81257ad commit 4e5c690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash-fastapi-frontend/views/layout/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def render(menu_info):
9494
id='side-menu',
9595
style={
9696
'height': '100vh',
97+
'overflowX': 'hidden',
9798
'overflowY': 'auto',
9899
'transition': 'width 1s',
99100
'background': '#001529',

0 commit comments

Comments
 (0)