From 71f2680eef983084735b95aae83ba2fc407fb4b9 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Thu, 8 May 2025 17:03:48 +0200 Subject: [PATCH] style: Added support for scrolling on private browsing mode, b=(no-bug), c=tabs --- src/zen/tabs/zen-tabs/vertical-tabs.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/zen/tabs/zen-tabs/vertical-tabs.css b/src/zen/tabs/zen-tabs/vertical-tabs.css index 763e76b93..ca046c3fa 100644 --- a/src/zen/tabs/zen-tabs/vertical-tabs.css +++ b/src/zen/tabs/zen-tabs/vertical-tabs.css @@ -1477,3 +1477,12 @@ position: fixed; /* Fix position to prevent scrolling */ } } + +/* ========================================================================== + Section: Workspaces disabled, due to private browsing mode + ========================================================================== */ + +:root:not([zen-workspace-id]) #tabbrowser-arrowscrollbox { + width: 100%; + position: absolute; +}