From 90872d9598f280c54f5c173d57b05e2bdbed7eee Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 21 Aug 2025 02:01:12 +0300 Subject: [PATCH] fix position on scroll --- public/theme/default.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/theme/default.css b/public/theme/default.css index a28a17a..b65fa3d 100644 --- a/public/theme/default.css +++ b/public/theme/default.css @@ -61,8 +61,10 @@ body > * { header { grid-column: 3 / 4; grid-row: 1; + height: fit-content; margin: 16px auto; position: sticky; + top: 16px; } header > a,