move button to collapse the sidebar to the top

This commit is contained in:
Arslan, Erdem
2024-01-08 21:50:26 +01:00
parent 3ab3b59655
commit afea3692c6

View File

@@ -113,16 +113,16 @@ export function Sidebar(props: SidebarProps) {
priority
/>
</div>
<div className="absolute top-0 right-0">
<IconButton size="large" className="text-white" onClick={onClose}>
<ChevronLeftIcon fontSize="inherit" />
</IconButton>
</div>
</div>
<Divider
flexItem
className="mx-8 mb-4 mt-9 hidden bg-neutral-40 lg:block"
/>
<div className="flex w-full justify-center">
<IconButton size="large" className="text-white" onClick={onClose}>
<ChevronLeftIcon fontSize="inherit" />
</IconButton>
</div>
<div className="flex flex-col overflow-hidden overflow-y-auto">
<List className="mb-14 px-0 pb-4 text-white lg:mt-1 lg:px-4">
{menuEntries.map((menuEntry, idx) => {