diff options
-rw-r--r-- | styles/globals.css | 1 | ||||
-rw-r--r-- | styles/layout.css | 1 |
2 files changed, 2 insertions, 0 deletions
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; } |