style: Added support for scrolling on private browsing mode, b=(no-bug), c=tabs

This commit is contained in:
mr. m
2025-05-08 17:03:48 +02:00
parent 808a376c65
commit 71f2680eef

View File

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