Hide scrollbar

This commit is contained in:
gpkvt 2023-06-04 09:59:13 +02:00
parent 02d96f5ad7
commit f831ca13cf
1 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
#content::-webkit-scrollbar {
width: 0;
}
body { body {
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
background-color: var(--bg); background-color: var(--bg);
@ -33,8 +37,6 @@ a {
overflow: auto; overflow: auto;
width: 65%; width: 65%;
margin: 0; margin: 0;
padding-left: 10px;
padding-right: 10px;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;