tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c73a5034930ffb851950b1aa73d0115c15ece9d4
parent 224bec7f988799128eee4e783b59c2b821ad68ce
Author: Dão Gottwald <dao@mozilla.com>
Date:   Tue,  6 Jan 2026 17:55:25 +0000

Bug 2008416 - Create stacking context for .tab-context-line. r=desktop-theme-reviewers,emilio

Differential Revision: https://phabricator.services.mozilla.com/D278009

Diffstat:
Mbrowser/components/contextualidentity/content/usercontext.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/components/contextualidentity/content/usercontext.css b/browser/components/contextualidentity/content/usercontext.css @@ -123,6 +123,7 @@ height: 2px; border-radius: 2px; margin: 0 calc(var(--tab-border-radius) / 2); + position: relative; #tabbrowser-tabs[orient="vertical"] & { height: auto;