Skip to content

Commit

Permalink
Merge pull request #594 from woowacourse-teams/feat/592-fix-firefox-s…
Browse files Browse the repository at this point in the history
…croll-bar

파이어폭스에서 스크롤바가 보이는 문제를 해결한다.
  • Loading branch information
jeongwusi authored Oct 12, 2023
2 parents 034c292 + c236d30 commit 73996ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/styles/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const GlobalStyle = createGlobalStyle`
}
* {
scrollbar-width: none;
font-family: 'Pretendard', sans-serif;
&::-webkit-scrollbar {
Expand Down

0 comments on commit 73996ac

Please sign in to comment.