From f91f414f3ecac85c2b3a44193fadda3d79cd600c Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sat, 10 Oct 2020 11:14:10 +0200
Subject: Frontend improvements

---
 mottovote/public/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'mottovote/public/style.css')

diff --git a/mottovote/public/style.css b/mottovote/public/style.css
index 7f92570..1982e0a 100644
--- a/mottovote/public/style.css
+++ b/mottovote/public/style.css
@@ -33,7 +33,7 @@ main {
 #vote {
     max-height: 80%;
     margin-bottom: 20px;
-    overflow-y: scroll;
+    overflow-y: auto;
     width: 100%;
 }
 
-- 
cgit v1.2.3