We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81257ad commit 4e5c690Copy full SHA for 4e5c690
dash-fastapi-frontend/views/layout/__init__.py
@@ -94,6 +94,7 @@ def render(menu_info):
94
id='side-menu',
95
style={
96
'height': '100vh',
97
+ 'overflowX': 'hidden',
98
'overflowY': 'auto',
99
'transition': 'width 1s',
100
'background': '#001529',
0 commit comments