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

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

parent e6c603b8
No related branches found
No related tags found
1 merge request!641Bug 41759: Rebase Base Browser to 115 Nightly
......@@ -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