obliterate the scrollbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user