From 5080751a90b23dfdec145cc0e388720755c5e50b Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 5 Jan 2017 10:58:10 +0100 Subject: [PATCH] hide unnecessary scrollbar --- www/poll/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/poll/index.html b/www/poll/index.html index 17f951997..da7a6ed80 100644 --- a/www/poll/index.html +++ b/www/poll/index.html @@ -80,6 +80,7 @@ width: 50px; } #tableScroll { + overflow-y: hidden; overflow-x: auto; margin-left: calc(30% - 50px + 29px); max-width: 70%; width: auto; display: inline-block; } #description {