mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-31 20:28:54 +00:00
gh-14409: Fix compact sidebar activation at right screen edge (gh-14769)
This commit is contained in:
@@ -353,3 +353,11 @@ body,
|
||||
:root[zen-right-side="true"] #zen-appcontent-navbar-wrapper #PanelUI-button {
|
||||
order: 2;
|
||||
}
|
||||
|
||||
/* See #14409: firefox 150's body paint containment prevents the right side compact
|
||||
sidebar from remaining active at the screen edge in macOS fullscreen */
|
||||
@media (-moz-platform: macos) {
|
||||
:root[macOSNativeFullscreen][zen-compact-mode][zen-right-side] body {
|
||||
contain: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user