From 1f59b1fe03b3dad13a184c1bfc75cc9adb339dd0 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sat, 25 Mar 2023 21:04:44 +0800 Subject: [PATCH] style: fix overlay problem on safari --- src/popup/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/popup/styles.scss b/src/popup/styles.scss index 58606f6..6abd448 100644 --- a/src/popup/styles.scss +++ b/src/popup/styles.scss @@ -53,6 +53,7 @@ background-color: var(--active-color); border-radius: 5px; padding: 6px; + z-index: 2147483647; } .popup-tab {