mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Refactor scrollarea component for overlayscrollbars
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -139,7 +139,7 @@ const HomeRoute = () => {
|
||||
<LibraryHeaderBar.Title>Home</LibraryHeaderBar.Title>
|
||||
</LibraryHeaderBar>
|
||||
),
|
||||
offset: ['0px', '200px'],
|
||||
offset: 200,
|
||||
}}
|
||||
>
|
||||
<Stack
|
||||
|
||||
Reference in New Issue
Block a user