Skip to content
Snippets Groups Projects
Verified Commit 30cb61f7 authored by ma1's avatar ma1
Browse files

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

BB 44041: Use fixed positioning to make dialog overlays cover the whole content of letterboxed tabs.
parent 50260f8e
Branches
No related tags found
No related merge requests found
......@@ -240,6 +240,11 @@ body {
place-content: var(--letterboxing-vertical-alignment) center;
}
:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
> .browserStack:not(.exclude-letterboxing) > .dialogStack {
position: fixed;
}
#toolbar-menubar[autohide="true"] {
overflow: hidden;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment