fixed header and bottom

main
alex 2023-10-22 23:02:00 +02:00
parent ba317f05d3
commit 076ed7f6e7
1 changed files with 3 additions and 1 deletions

View File

@ -339,7 +339,9 @@ export function SideMenuContent({
</div>
<div className="Subtitle">Admin Dashboard</div>
</div>
<div style={{ overflowY: "scroll" }}>
<Menu
mode="inline"
onClick={(item) => navigate(item.key)}
@ -351,7 +353,7 @@ export function SideMenuContent({
</div>
<div>
<Divider />
<Divider style={{ margin: 0 }} />
<Menu
selectable={true}