tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1994062-managetrips.jetblue.com-fix-print-layout.css (478B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * managetrips.jetblue.com - only the first page is printed
      7 * Bug #1994062 - https://bugzilla.mozilla.org/show_bug.cgi?id=1994062
      8 *
      9 * Due to a flexbox interop issue only the first page is printed.
     10 */
     11 @media print {
     12  body {
     13    overflow: initial !important;
     14  }
     15 }