aboutsummaryrefslogtreecommitdiff
path: root/mottovote/public
diff options
context:
space:
mode:
authorLarsVomMars2020-10-10 11:41:06 +0200
committerLarsVomMars2020-10-10 11:41:06 +0200
commit7a4ade2036140203cee39cc7622f835114862515 (patch)
treee0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /mottovote/public
parentba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff)
parentad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff)
Merge branch 'master' of github.com:marvinborner/abizeugs into master
Diffstat (limited to 'mottovote/public')
-rw-r--r--mottovote/public/style.css2
1 files changed, 1 insertions, 1 deletions
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%;
}