Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* quezoncity.gov.ph - Main iframe has zero height
*
* The page's main iframe has zero height because the sites uses the
* non-standard -webkit-fill-available CSS value to give it a height.
*/
iframe#qcid_iframe {
height: 100%;
}