From a05b85f070a4f92b24815e195cf8ce4d6debc526 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 7 Jun 2021 11:38:28 +0900 Subject: [PATCH] Fix: Photon like tab - Remove overlap when moving https://www.reddit.com/r/firefox/comments/norrv6/lepton_themes_photon_styled/h0soxwf/ --- userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userChrome.css b/userChrome.css index cda10dc..8e399fd 100644 --- a/userChrome.css +++ b/userChrome.css @@ -251,7 +251,7 @@ } /* Overflow Tab - white bottom line fix */ - #tabbrowser-arrowscrollbox > .tabbrowser-tab { + #tabbrowser-tabs:not([movingtab]) #tabbrowser-arrowscrollbox > .tabbrowser-tab { z-index: 0 !important; }