From e50a97b187fbb819514866116bb43387518e0e3c Mon Sep 17 00:00:00 2001 From: Sestowner Date: Sat, 12 Jun 2021 22:54:39 +0300 Subject: [PATCH] Display download bar in front of modal dialogs --- css/downloadManager.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/downloadManager.css b/css/downloadManager.css index 8feb6c818..55670f06a 100644 --- a/css/downloadManager.css +++ b/css/downloadManager.css @@ -8,7 +8,7 @@ border-top: 1px solid rgb(214, 214, 214); color: black; padding: 0 0.5em; - z-index: 9; + z-index: 10; } body.task-overlay-is-shown #download-bar {