From f831ca13cfa32d4a4d7ee841a450f2d99bee8214 Mon Sep 17 00:00:00 2001 From: gpkvt Date: Sun, 4 Jun 2023 09:59:13 +0200 Subject: [PATCH] Hide scrollbar --- static/css/base.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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%;