diff options
author | LarsVomMars | 2020-10-10 11:41:06 +0200 |
---|---|---|
committer | LarsVomMars | 2020-10-10 11:41:06 +0200 |
commit | 7a4ade2036140203cee39cc7622f835114862515 (patch) | |
tree | e0cef3a1d21c81f58cbdd42ef50afb1f38929d4f /mottovote | |
parent | ba16ce3b92379c31afd060fa5b7c1e3a37aac995 (diff) | |
parent | ad2d5dd284dc733a5fbd2a9f60c30fa1b7a0da73 (diff) |
Merge branch 'master' of github.com:marvinborner/abizeugs into master
Diffstat (limited to 'mottovote')
-rw-r--r-- | mottovote/public/style.css | 2 |
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%; } |