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:
gitstart-twenty
2023-08-29 14:37:26 +03:00
committed by GitHub
parent 037d071896
commit f8df8b55d8

View File

@ -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%;