ma1 pushed to branch tor-browser-115.26.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
32536ef8
by hackademix at 2025-08-13T13:43:18+02:00
1 changed file:
Changes:
... | ... | @@ -240,11 +240,6 @@ body { |
240 | 240 | place-content: var(--letterboxing-vertical-alignment) center;
|
241 | 241 | }
|
242 | 242 | |
243 | -:root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
|
|
244 | - > .browserStack:not(.exclude-letterboxing) > .dialogStack {
|
|
245 | - position: fixed;
|
|
246 | -}
|
|
247 | - |
|
248 | 243 | #toolbar-menubar[autohide="true"] {
|
249 | 244 | overflow: hidden;
|
250 | 245 | }
|
... | ... | @@ -1623,6 +1618,12 @@ toolbar[keyNav=true]:not([collapsed=true], [customizing=true]) toolbartabstop { |
1623 | 1618 | z-index: var(--browser-stack-z-index-dialog-stack);
|
1624 | 1619 | position: absolute;
|
1625 | 1620 | inset: 0;
|
1621 | + |
|
1622 | + /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
|
|
1623 | + * Otherwise the .dialogStack start edges are placed relative to the
|
|
1624 | + * center-aligned grid items, rather than the grid's padding area. */
|
|
1625 | + grid-area: auto;
|
|
1626 | + |
|
1626 | 1627 | }
|
1627 | 1628 | |
1628 | 1629 | .dialogStack.temporarilyHidden {
|