fix: hide scrollbar

This commit is contained in:
Ethem 2022-05-08 03:09:03 +03:00
parent 9d063f3b04
commit 9c91fc1bb0
No known key found for this signature in database
GPG Key ID: F95E88690692616E
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@ body {
border-radius: 1em;
background-color: #252625d1;
backdrop-filter: blur(8px);
scrollbar-width: none;
}
#terminal::-webkit-scrollbar {
display: none;
}
.line {