chore: remove scrollbar

This commit is contained in:
jinhojang6 2024-09-13 21:56:44 +09:00
parent eb290a1244
commit d354139db8
1 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,14 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
--dark-orange: #321504;
}
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
width: 0;
display: none;
}
html,
body {
background: rgb(var(--lsd-surface-primary));