Verified Commit 9c4ce9f4 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
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 90a47286
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -42,7 +42,12 @@

:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
  > .browserStack:not(.exclude-letterboxing) {

  place-content: start center;

  & > .dialogStack {
    position: fixed;
  }
}

.browserDecorator {