diff --git a/static/css/base.css b/static/css/base.css index 06773a2..326ac39 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -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%;