This commit is contained in:
zmeyer44 2023-10-13 23:21:04 -04:00
parent c460853891
commit f30a853206

View File

@ -6,7 +6,7 @@ import Sidebar from "./Sidebar";
export default function AppLayout({ children }: { children: React.ReactNode }) {
return (
<main className="app-layout absolute inset-0 w-screen">
<main className="app-layout w-screen sm:absolute sm:inset-0">
{/* Keystone */}
<Keystone />