summaryrefslogtreecommitdiffstats
path: root/browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css')
-rw-r--r--browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css b/browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css
new file mode 100644
index 0000000000..85ad4d3bee
--- /dev/null
+++ b/browser/extensions/webcompat/injections/css/bug1848711-vio.com-page-height.css
@@ -0,0 +1,16 @@
+/* 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
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+/**
+ * vio.com - Map is not displayed
+ * Bug #1848711 - https://bugzilla.mozilla.org/show_bug.cgi?id=1848711
+ * WebCompat issue #118126 - https://github.com/webcompat/web-bugs/issues/118126
+ *
+ * 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.
+ */
+
+.ec-44lvm8 {
+ height: 100%;
+}