dashboard ohne Scrollbalken

This commit is contained in:
ISA
2024-09-29 17:35:15 +02:00
parent 9e3de09c75
commit 4880b6473e
8 changed files with 77 additions and 73 deletions

View File

@@ -24,7 +24,7 @@ function Navigation() {
return (
<aside>
<nav className="w-64 flex-shrink-0 h-full mt-24">
<nav className="w-64 flex-shrink-0 mt-24 overflow-hidden">
{menuItems.map((item) => (
<Link href={item.path} key={item.name}>
<div