diff --git a/src/features/templates/Logged.tsx b/src/features/templates/Logged.tsx index d9222c9fd..ed3f53747 100644 --- a/src/features/templates/Logged.tsx +++ b/src/features/templates/Logged.tsx @@ -14,6 +14,7 @@ const StyledMain = styled(Main)` overflow-y: auto; overflow-x: hidden; height: 100%; + overscroll-behavior: contain; `; const HeaderContainer = styled.div` diff --git a/src/pages/Video/Actions.tsx b/src/pages/Video/Actions.tsx index dd0974bd3..94655c3bb 100644 --- a/src/pages/Video/Actions.tsx +++ b/src/pages/Video/Actions.tsx @@ -32,6 +32,7 @@ const Container = styled.div` overflow-y: auto; border-left: 1px solid ${({ theme }) => theme.palette.grey[200]}; scroll-behavior: smooth; + overscroll-behavior: contain; `; const MetaContainer = styled.div` display: flex;