From b9aed0c692c89c61e621b3ad988cd56995ed035f Mon Sep 17 00:00:00 2001 From: innovaciones Date: Tue, 20 Sep 2022 13:06:38 -0500 Subject: [PATCH] Fix progress bar position --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 587bcec1..98532046 100644 --- a/style.css +++ b/style.css @@ -205,9 +205,10 @@ input[type="range"]{ } #progressbar{ - position: absolute; + position: relative; z-index: 1000; right: 0; + display: none; } .progressDiv{