Skip to content

Commit

Permalink
style: scroll bar 안보이도록 전역으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeseon-han committed Feb 5, 2024
1 parent a232083 commit 1bdafb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
box-sizing: border-box;
}

.overflow-scroll::-webkit-scrollbar {
*::-webkit-scrollbar {
display: none;
}

.overflow-scroll {
* {
-ms-overflow-style: none; /* 인터넷 익스플로러 */
scrollbar-width: none; /* 파이어폭스 */
}

0 comments on commit 1bdafb6

Please sign in to comment.