From a10ce5d3e2e95ebe88ecdfd22a0fc689def2ab9c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Thu, 15 Jul 2021 22:43:10 +0200 Subject: small css tweaks --- styles/globals.css | 1 + styles/layout.css | 1 + 2 files changed, 2 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 57282f4..a1a58c5 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -49,6 +49,7 @@ h3 { font-size: 32px; } ::-webkit-scrollbar { width: 12px; + height: 12px; } ::-webkit-scrollbar-track { diff --git a/styles/layout.css b/styles/layout.css index 96a3604..dffcce3 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -44,6 +44,7 @@ max-height: calc(100vh - 2 * var(--page-margins)); overflow-y: scroll; + overflow-x: hidden; border-radius: 8px; } -- cgit v1.2.3