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; +}