diff options
Diffstat (limited to 'mottovote/public')
-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%; } |