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
/**
* vio.com - Map is not displayed
*
* vio.com uses min-height: -webkit-fill-available; on the canvas map parent
* element, which is not supported in Firefox, so the element has zero height.
*/
:has(> .mapboxgl-map) {
height: 100%;
}