just show it

This commit is contained in:
Michael Freno
2025-12-21 23:54:35 -05:00
parent 3832269a96
commit 4d549e32ba
3 changed files with 3 additions and 13 deletions

View File

@@ -190,7 +190,7 @@ function AppLayout(props: { children: any }) {
<div class="flex max-w-screen flex-row">
<LeftBar />
<div
class="bg-base relative h-screen overflow-x-hidden overflow-y-scroll rounded-t-lg pt-16 shadow-2xl"
class="bg-base relative h-screen overflow-x-hidden overflow-y-scroll py-16"
style={{
width: `${centerWidth()}px`,
"margin-left": `${leftBarSize()}px`