diff options
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |