mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-03 20:12:43 +00:00
style: Added support for scrolling on private browsing mode, b=(no-bug), c=tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user