missed this one

This commit is contained in:
2026-02-09 01:02:00 -05:00
parent ef2968707e
commit ede56e5bbd

View File

@@ -180,7 +180,7 @@ function AppLayout(props: { children: any }) {
<CustomScrollbar
autoHide={true}
autoHideDelay={1500}
rightOffset={window.innerWidth < 1536 ? 250 : 288}
rightOffset={250}
>
{props.children}
</CustomScrollbar>