From cffcc0c80a7856475ac496c1785f92c966f421f2 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 19 Oct 2021 09:17:32 +0900 Subject: [PATCH] Fix: Bottom Rounded Corner - Change the tab to be visible first #251 --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index 043bc41..60f75ec 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1591,7 +1591,7 @@ /* Box */ display: block !important; position: absolute !important; - z-index: 1 !important; + z-index: -1 !important; /* Shape */ width: var(--tab-corner-rounding) !important;