From bcd52491c90e335f657c31b4c7eb8bdcf023ae9a Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 16 Apr 2020 14:38:48 +0800 Subject: [PATCH] theme: always put the progress bar on top --- theme/default/inline_style.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/default/inline_style.hbs b/theme/default/inline_style.hbs index a010477..a4970b4 100644 --- a/theme/default/inline_style.hbs +++ b/theme/default/inline_style.hbs @@ -14,6 +14,7 @@ top: 0; width: 100vw; height: 2px; + z-index: 999; } /* https://codepen.io/holdencreative/pen/vEVbwv */