minor fix

This commit is contained in:
Daniel
2023-07-30 16:37:56 -04:00
parent 25a40e5b95
commit 83e44abdea
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export default function MainLayout({ children }: Props) {
<div className="flex">
<div className="hidden lg:block">
<Sidebar className="fixed" />
<Sidebar className="fixed top-0" />
</div>
<div className="w-full lg:ml-64 xl:ml-80">