mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
fix: layout sider component style
This commit is contained in:
parent
91b83c9025
commit
63007dc7c4
3 changed files with 2 additions and 3 deletions
|
@ -1 +0,0 @@
|
|||
Subproject commit 5f44d23c39fef044c21783a9944070aed5305952
|
|
@ -57,7 +57,7 @@ pub fn ComponentsPage() -> impl IntoView {
|
|||
</MenuGroup>
|
||||
</Menu>
|
||||
</LayoutSider>
|
||||
<Layout style="padding: 8px 12px 28px; overflow-y: scroll;">
|
||||
<Layout style="padding: 8px 12px 28px; overflow-y: auto;">
|
||||
<Outlet/>
|
||||
</Layout>
|
||||
</Layout>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.melt-layout-sider {
|
||||
position: relative;
|
||||
min-width: 208px;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue