diff --git a/front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx b/front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx index a8082a37b..ccd015060 100644 --- a/front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx +++ b/front/src/modules/ui/utilities/scroll/components/ScrollWrapper.tsx @@ -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%;