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
/**
* bapenda.jabarprov.go.id - main content iframe is invisible
*
* They are using the non-standard -webkit-fill-available, but we can give
* the iframe 100% height to fix the issue. We can also remove superfluous
* number-input spinner arrows while we're at it.
*/
iframe {
height: 100%;
}
#root > main.cointainer input[type="number"][placeholder="XXXX"] {
appearance: textfield;
}