ma1 pushed to branch mullvad-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

2 changed files:

Changes:

  • browser/themes/shared/tabbrowser/content-area.css
    ... ... @@ -296,6 +296,11 @@
    296 296
       position: absolute;
    
    297 297
       inset: 0;
    
    298 298
     
    
    299
    +  /* Override the <stack> `grid-area: 1 / 1` rule with an `auto` placement.
    
    300
    +   * Otherwise the .dialogStack start edges are placed relative to the
    
    301
    +   * center-aligned grid items, rather than the grid's padding area. */
    
    302
    +  grid-area: auto;
    
    303
    +
    
    299 304
       /* Hide tab-modal dialogs when a window-modal one is up. */
    
    300 305
       :root[window-modal-open] .browserStack > &,
    
    301 306
       /* For some printing use cases we need to visually hide the dialog before
    

  • toolkit/components/resistfingerprinting/content/letterboxing.css
    ... ... @@ -42,12 +42,7 @@
    42 42
     
    
    43 43
     :root:not([inDOMFullscreen]) .letterboxing.letterboxing-ready .browserContainer:not(.responsive-mode)
    
    44 44
       > .browserStack:not(.exclude-letterboxing) {
    
    45
    -
    
    46 45
       place-content: start center;
    
    47
    -
    
    48
    -  & > .dialogStack {
    
    49
    -    position: fixed;
    
    50
    -  }
    
    51 46
     }
    
    52 47
     
    
    53 48
     .browserDecorator {