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`
|
const StyledScrollWrapper = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user