From baa287fd786f75bf107b884d5108d8e528d0ca74 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 7 Mar 2026 16:42:51 +0200 Subject: [PATCH] Add `scroll-padding-top` --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index d5a01d665..3487a6c2b 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -9,6 +9,7 @@ html { color-scheme: light dark; accent-color: var(--color-text-accent); scrollbar-gutter: stable; + scroll-padding-top: var(--layout-nav-height); } body {