From ce2172940870e7a930b6f261f819baae78301074 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Wed, 11 Feb 2026 19:29:17 +0100 Subject: [PATCH] fix: use fixed height instead of min-height for GitHub widget tabs Prevents all layout shift by locking the content area to h-[340px] with overflow-y-auto for scrolling if content exceeds the area. Co-Authored-By: Claude Opus 4.6 --- _includes/components/widgets/github-repos.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/components/widgets/github-repos.njk b/_includes/components/widgets/github-repos.njk index 5e53e95..bd16701 100644 --- a/_includes/components/widgets/github-repos.njk +++ b/_includes/components/widgets/github-repos.njk @@ -40,7 +40,7 @@ {# Tab content — fixed height container to prevent layout shift #} -
+
{# Loading state #}