fix: add min width to dashboard

This commit is contained in:
Henry
2025-07-02 13:56:35 +01:00
parent ec1b5d5acb
commit 4045ccbfd8

View File

@@ -71,6 +71,7 @@ export default function Dashboard({
html {
height: 100vh;
overflow: hidden;
min-width: 320px;
}
`}</style>
<div className="h-screen flex-col items-center bg-light-100 dark:bg-dark-50 md:flex md:min-w-[800px]">