diff --git a/gorge.css b/gorge.css index f5ed4e6..10bba45 100644 --- a/gorge.css +++ b/gorge.css @@ -75,6 +75,9 @@ button { height: 90%; max-height: 80vh; padding-bottom: 10px; +} + +#buildings-list { overflow-x: hidden; overflow-y: scroll; } @@ -88,6 +91,9 @@ button { max-height: 40vh; } + #buildings-list { + max-height: 40vh; + } } #building-tooltip { diff --git a/gorge.html b/gorge.html index 13dec22..e5c2602 100644 --- a/gorge.html +++ b/gorge.html @@ -52,6 +52,7 @@
+