From 23b634d0e0f54a07dc8c02bfd4f9aaa03a3a5e57 Mon Sep 17 00:00:00 2001 From: Derick Phan Date: Wed, 8 Apr 2026 09:08:19 -0700 Subject: [PATCH] Fix kodama2 custom cursor disappearing on scroll Set min-height: 100vh on html/body so the cursor-bearing elements fill the viewport even when content is short. Co-Authored-By: Claude Opus 4.6 --- themes/kodama2.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/kodama2.html b/themes/kodama2.html index 62832e3..9850820 100644 --- a/themes/kodama2.html +++ b/themes/kodama2.html @@ -6,7 +6,11 @@