test
This commit is contained in:
parent
c460853891
commit
f30a853206
@ -6,7 +6,7 @@ import Sidebar from "./Sidebar";
|
|||||||
|
|
||||||
export default function AppLayout({ children }: { children: React.ReactNode }) {
|
export default function AppLayout({ children }: { children: React.ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<main className="app-layout absolute inset-0 w-screen">
|
<main className="app-layout w-screen sm:absolute sm:inset-0">
|
||||||
{/* Keystone */}
|
{/* Keystone */}
|
||||||
<Keystone />
|
<Keystone />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user