tor-browser

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

bug1886566-quezoncity.gov.ph-iframe-height.css (593B)


      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 * quezoncity.gov.ph - Main iframe has zero height
      7 * Bug #1886566 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886566
      8 * WebCompat issue #130868 - https://webcompat.com/issues/130868
      9 *
     10 * The page's main iframe has zero height because the sites uses the
     11 * non-standard -webkit-fill-available CSS value to give it a height.
     12 */
     13 iframe#qcid_iframe {
     14  height: 100% !important;
     15 }