aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
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{