tor-browser

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

commit 0bb74925ca1292782df99202e147e8bf5de2e230
parent 8fcbd51affb71a089700995de7c1525050905d8f
Author: Julian Descottes <jdescottes@mozilla.com>
Date:   Tue,  2 Dec 2025 10:02:56 +0000

Bug 1902661 - [devtools] Remove debugger WelcomeBox z-index to increase surface area for left splitter r=devtools-reviewers,bomsy

The z-index from the WelcomeBox makes the left splitter of the debugger really hard to use. There is about 1 or 2px only where you can  grab the splitter. Removing the z-index makes it at least consistent with our other splitters.

I could not find any reason for setting z-index: 10 here, it might have been an unnecessary copy paste?

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

Diffstat:
Mdevtools/client/debugger/src/components/WelcomeBox.css | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/devtools/client/debugger/src/components/WelcomeBox.css b/devtools/client/debugger/src/components/WelcomeBox.css @@ -12,7 +12,6 @@ background-color: var(--theme-toolbar-background); overflow: hidden; font-weight: 300; - z-index: 10; user-select: none; }