From 21760462ca3a438f9170a72707ec5fb5e89c6764 Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Fri, 26 Apr 2019 11:24:43 -0700 Subject: [PATCH] report(redesign): fix browser compatability issues --- lighthouse-core/report/html/templates.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lighthouse-core/report/html/templates.html b/lighthouse-core/report/html/templates.html index dbe7fb8fc4b2..b0c97e3e247f 100644 --- a/lighthouse-core/report/html/templates.html +++ b/lighthouse-core/report/html/templates.html @@ -585,6 +585,7 @@ } .lh-gauge__wrapper { + position: relative; display: flex; align-items: center; flex-direction: column;