Hide scrollbar
This commit is contained in:
parent
02d96f5ad7
commit
f831ca13cf
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue