missed this one
This commit is contained in:
@@ -180,7 +180,7 @@ function AppLayout(props: { children: any }) {
|
|||||||
<CustomScrollbar
|
<CustomScrollbar
|
||||||
autoHide={true}
|
autoHide={true}
|
||||||
autoHideDelay={1500}
|
autoHideDelay={1500}
|
||||||
rightOffset={window.innerWidth < 1536 ? 250 : 288}
|
rightOffset={250}
|
||||||
>
|
>
|
||||||
{props.children}
|
{props.children}
|
||||||
</CustomScrollbar>
|
</CustomScrollbar>
|
||||||
|
|||||||
Reference in New Issue
Block a user