This commit is contained in:
Michael Freno
2025-12-21 15:43:07 -05:00
parent c88df09d47
commit 2a852f43b2
2 changed files with 6 additions and 6 deletions

View File

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