From 8457ce997986dabbd668fe78ed4d95ba19b52239 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 22 Oct 2022 07:25:27 +0200 Subject: [PATCH] Fix vote-bar resize on 100% votes --- public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 4d7d182..4e019be 100644 --- a/public/index.html +++ b/public/index.html @@ -146,7 +146,8 @@ align-items: center; padding: 0px; width: 100%; - overflow-x: hidden; + height: 35px; + overflow: hidden; /* background-color: #ffa100; */ }