From 2ec20435a45238e7ca395098d2957799ba8ff1e1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Apr 2026 00:02:00 -0400 Subject: [PATCH] Make GitHub corner static instead of following scroll Co-Authored-By: Claude Opus 4.6 (1M context) --- tuftecms/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuftecms/templates/base.html b/tuftecms/templates/base.html index d8891c3..ae43b1b 100644 --- a/tuftecms/templates/base.html +++ b/tuftecms/templates/base.html @@ -184,7 +184,7 @@ } .github-corner { - position: fixed; + position: absolute; top: 0; right: 0; z-index: 9998;