Skip to content
Snippets Groups Projects
Commit bf58fe35 authored by ma1's avatar ma1 Committed by morgan
Browse files

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

BB 44041: Use fixed positioning to make dialog overlays cover the whole content of letterboxed tabs.
parent 3ece2e83
Branches
Tags
1 merge request!1584BB 44041: Use fixed positioning to make dialog overlays cover the whole content of letterboxed tabs.
Pipeline #298445 passed
......@@ -55,7 +55,12 @@
:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
> .browserStack:not(.exclude-letterboxing) {
place-content: start center;
& > .dialogStack {
position: fixed;
}
}
.browserDecorator {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment