Skip to content
Snippets Groups Projects
Verified Commit 7bca14af authored by ma1's avatar ma1
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 15787e0c
No related branches found
No related tags found
No related merge requests found
Pipeline #298473 failed
......@@ -120,7 +120,12 @@ browser:fullscreen {
:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
> .browserStack:not(.exclude-letterboxing) {
place-content: var(--letterboxing-vertical-alignment) center;
& > .dialogStack {
position: fixed;
}
}
panelmultiview {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment