diff --git a/src/styles/globals.css b/src/styles/globals.css index 5f85067..db19044 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -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; /* 파이어폭스 */ }