From: cassowary Date: Mon, 27 Jul 2026 21:07:37 +0000 (-0700) Subject: fix footer for mobile X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=b1d904787f93f6b94c3c0e143752512af95b83db;p=gitweb-theme.git fix footer for mobile --- diff --git a/static/gitweb-site.css b/static/gitweb-site.css index a6273f2..a92643e 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -2,7 +2,7 @@ input[title^="Search project"] { max-width: 50%; } -div.page_header { +div.page_header, div.page_footer { height: unset; overflow: auto; }