From 6a35de407667f206897895f7a30bf06c128c6ec8 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:22:00 -0700 Subject: [PATCH] remove height:100% from body --- static/gitweb-site.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index fa326a3..4ab1aee 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -19,7 +19,6 @@ div.page_body { display: flex; flex-direction: column; min-height: 100%; - height: 100%; & > * { flex: 0 0 auto; } } -- 1.8.3.1