From 8d43a60926a24e0278d141c8cc77edc5e6c3987a Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Sat, 20 Nov 2021 12:35:12 +0100 Subject: [PATCH] Improve list layout --- Public/assets/festival-info.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Public/assets/festival-info.css b/Public/assets/festival-info.css index e8d2d7c..310a0b3 100644 --- a/Public/assets/festival-info.css +++ b/Public/assets/festival-info.css @@ -49,11 +49,11 @@ .member-list { font-size: 24px; color: white; - top: 15%; + top: 80px; left: 5%; position: absolute; width: 90%; - height: 85%; + bottom: 15px; overflow-y: auto; } \ No newline at end of file