From 635a57b268a9ab0fc501122aee74e2819dbaaeb1 Mon Sep 17 00:00:00 2001 From: Nic Horstmeier Date: Tue, 8 Oct 2024 19:55:40 -0500 Subject: [PATCH] UPDATE locations list overflow-y scroll --- dist/css/map.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/css/map.css b/dist/css/map.css index 40276e0..1764941 100644 --- a/dist/css/map.css +++ b/dist/css/map.css @@ -5,6 +5,7 @@ .location-col { height: 500px; + overflow-y: scroll; } .locations-panel { @@ -34,4 +35,4 @@ color: #666; font-size: .75em; margin-block-end: 0px; -} \ No newline at end of file +}