diff --git a/README.md b/README.md index 5879c64..ed6bdb9 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,4 @@ GBS에서는 아프리카 TV, 트위치와 같이 실시간으로 인터넷 방
-**더 자세한 내용을 보고 싶으시다면 [금쪽이들의 wiki](https://github.com/boostcampwm2023/web07-GBS/wiki)나 [금쪽이들의 notion](https://www.notion.so/GBS-b3e35f1c05c24973a722bd406218a6ae)를 참고해주세요!** +**더 자세한 내용을 보고 싶으시다면 [금쪽이들의 wiki](https://github.com/boostcampwm2023/web07-GBS/wiki)나 [금쪽이들의 notion](https://happy-ozraraptor-565.notion.site/GBS-b3e35f1c05c24973a722bd406218a6ae?pvs=4)를 참고해주세요!** diff --git a/client/src/pages/MainPage/MainPage.styles.tsx b/client/src/pages/MainPage/MainPage.styles.tsx index b93ad1b..69c80a8 100644 --- a/client/src/pages/MainPage/MainPage.styles.tsx +++ b/client/src/pages/MainPage/MainPage.styles.tsx @@ -4,6 +4,7 @@ import styled from 'styled-components' export const Container = styled.div` display: flex; flex-direction: column; + overflow-x: hidden; width: 100vw; height: 100vh; `