We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ab6bb commit 5358f0fCopy full SHA for 5358f0f
solara/components/applayout.py
@@ -342,7 +342,7 @@ def set_path(index):
342
):
343
if not show_app_bar:
344
AppIcon(sidebar_open, on_click=lambda: set_sidebar_open(not sidebar_open))
345
- v.Html(tag="div", children=children_sidebar, style_="padding: 12px;").meta(ref="sidebar-content")
+ v.Html(tag="div", children=children_sidebar, style_="padding: 12px; height: 100%").meta(ref="sidebar-content")
346
if show_app_bar:
347
# if hide_on_scroll is True, and we have a little bit of scrolling, vuetify seems to act strangely
348
# when scrolling (on @mariobuikhuizen/vuetify v2.2.26-rc.0
0 commit comments