From b6b5329dc6bab51ede9b74d924d3ffea76379828 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 6 Dec 2019 23:41:20 -0500 Subject: [PATCH] Add missing max-height for the building list --- gorge.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gorge.css b/gorge.css index c7970ea..37647cd 100644 --- a/gorge.css +++ b/gorge.css @@ -80,6 +80,7 @@ button { #buildings-list { overflow-x: hidden; overflow-y: scroll; + max-height: 80vh; } @media (max-aspect-ratio: 1/1) {