app: Allow body to scroll without sidebar
This commit is contained in:
parent
0648878d96
commit
58cadd37d2
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ fn Sidebar(props: &SidebarProps) -> Html {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class={classes!("col", "py-3")}>
|
<div class={classes!("col", "py-3", "overflow-scroll", "vh-100")}>
|
||||||
{ for props.children.iter() }
|
{ for props.children.iter() }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue