From ef7b831a8295b62b36cb87a1ea9e84b69b5a9026 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 22 Nov 2017 17:39:45 -0500 Subject: [PATCH] fix minor glitch causing header row to be under the interactive permission setter --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index 48f856cc..cdacff67 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -54,7 +54,7 @@ body[dir="rtl"] #gotoDashboard > span:last-of-type { position: fixed; right: 0; top: 0; - z-index: 10; + z-index: 100; } .paneContent { padding-top: 5.5em;