diff --git a/styles/globals.scss b/styles/globals.scss index cbf0b7d..0d50be4 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -27,6 +27,7 @@ body { color: var(--color); min-height: 100vh; font-family: var(--fonts-norm); + overflow-y: overlay; } h1, h2, @@ -97,3 +98,12 @@ button { } } } + +::-webkit-scrollbar { + background: transparent; + width: 4px; +} +::-webkit-scrollbar-thumb { + background: #999; + border-radius: 1337px; +}