fix: Vertical scroll bar graphic artifacts in dark mode (#1369)
Fix scroll Co-authored-by: Toledodev <rafael.toledo@engenharia.ufjf.br>
This commit is contained in:
@ -6,7 +6,7 @@ import { useListenScroll } from '../hooks/useListenScroll';
|
||||
const StyledScrollWrapper = styled.div`
|
||||
display: flex;
|
||||
height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
scrollbar-gutter: stable;
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user