Hide scrollbar
This commit is contained in:
parent
02d96f5ad7
commit
f831ca13cf
|
@ -1,3 +1,7 @@
|
|||
#content::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
background-color: var(--bg);
|
||||
|
@ -33,8 +37,6 @@ a {
|
|||
overflow: auto;
|
||||
width: 65%;
|
||||
margin: 0;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
|
|
Loading…
Reference in New Issue