From 6d739972de8585106c8c3c9e72c0aa1d3581491b Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 15 Oct 2017 22:02:31 +1300 Subject: [PATCH] fix border radius display for progress bar --- static/widget.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/widget.html b/static/widget.html index 4f77efe..312a4aa 100644 --- a/static/widget.html +++ b/static/widget.html @@ -88,6 +88,7 @@ border-radius:8px; background:lightgrey; position:relative; + overflow:hidden; } .contented-progress-element { position:absolute;