Skip to content
Snippets Groups Projects
Verified Commit eda36ce9 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 32308: use direct browser sizing for letterboxing.

parent 309e715f
Branches
Tags
1 merge request!694Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
......@@ -127,6 +127,15 @@ body {
-moz-window-dragging: drag;
}
.letterboxing .browserContainer {
/*
From Firefox 115 on, .browserContainer layout is flex / column,
and without this trick the .browserStack's resize observer
doesn't get notified on horizontal shrinking.
*/
overflow-x: hidden;
}
/**
Never modify the following selector without synchronizing
LETTERBOX_CSS_SELECTOR in RFPHelper.jsm!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment