aboutsummaryrefslogtreecommitdiff
path: root/mottovote/public/style.css
diff options
context:
space:
mode:
authorLarsVomMars2020-10-10 11:41:30 +0200
committerLarsVomMars2020-10-10 11:41:30 +0200
commit2d93f2db26b7b8ef99264b158553c880bc205f42 (patch)
treebcae1e9a78962ac85bc036b22bae985ba6d0d936 /mottovote/public/style.css
parente6626356d90fcc58db1dbfad35211c0b3a103aa7 (diff)
parent7a4ade2036140203cee39cc7622f835114862515 (diff)
Merge branch 'master' of github.com:marvinborner/abizeugs into profile
Diffstat (limited to 'mottovote/public/style.css')
-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%;
}