From: cassowary Date: Mon, 27 Jul 2026 21:22:00 +0000 (-0700) Subject: remove height:100% from body X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=6a35de407667f206897895f7a30bf06c128c6ec8;p=gitweb-theme.git remove height:100% from body --- 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; } }