diff --git a/src/components/Interview/Interview.tsx b/src/components/Interview/Interview.tsx index 487668e62..9f0e13941 100644 --- a/src/components/Interview/Interview.tsx +++ b/src/components/Interview/Interview.tsx @@ -124,6 +124,7 @@ const Interview: React.FC = ({ subtitle, title, interviews, style }) const InterviewWrapper = styled.div` display: flex; flex-direction: column; + overflow-x: hidden; @media ${({ theme }) => theme.device.mobile} { margin-bottom: 12rem; align-items: space-between; diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f290b4343..6f565ecfe 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -45,7 +45,7 @@ const MainPage: React.FC = () => { return ( -
+
{bannerStatus && }