Skip to content

Commit

Permalink
hide scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Apr 6, 2024
1 parent 4ef79d9 commit 4480aed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
11 changes: 11 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
font-style: normal;
}

body::-webkit-scrollbar{
display: none;
}

main::-webkit-scrollbar{
display: none;
}

*::-webkit-scrollbar{
display: none;
}

/* DEFAULTS */
:root {
Expand Down

0 comments on commit 4480aed

Please sign in to comment.