remove height:100% from body
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:22:00 +0000 (14:22 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:22:00 +0000 (14:22 -0700)
static/gitweb-site.css

index fa326a3..4ab1aee 100644 (file)
@@ -19,7 +19,6 @@ div.page_body {
     display: flex;
     flex-direction: column;
     min-height: 100%;
-    height: 100%;
 
     & > * { flex: 0 0 auto; }
   }