mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Fix scroll area display type
This commit is contained in:
@@ -20,6 +20,10 @@ const StyledScrollArea = styled(MantineScrollArea)`
|
||||
padding: 0;
|
||||
background: var(--scrollbar-track-bg);
|
||||
}
|
||||
|
||||
& .mantine-ScrollArea-viewport > div {
|
||||
display: block !important;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledNativeScrollArea = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user