Refactor scrollarea component for overlayscrollbars

This commit is contained in:
jeffvli 2023-07-21 05:20:40 -07:00
parent 3d6f5a2748
commit c3d8791455
9 changed files with 95 additions and 99 deletions

View file

@ -50,10 +50,6 @@ const DetailContainer = styled.div`
flex-direction: column;
padding: 1rem 2rem 5rem;
overflow: hidden;
.ag-theme-alpine-dark {
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
}
`;
interface AlbumDetailContentProps {

View file

@ -139,7 +139,7 @@ const HomeRoute = () => {
<LibraryHeaderBar.Title>Home</LibraryHeaderBar.Title>
</LibraryHeaderBar>
),
offset: ['0px', '200px'],
offset: 200,
}}
>
<Stack