From c6610ddde9c8c63bf96b597b8404dc4126034a33 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 14 Nov 2023 04:55:06 -0700 Subject: [PATCH] fix lint error --- src/css/header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/header.css b/src/css/header.css index f679bda..2a7f165 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -2,7 +2,7 @@ html.is-clipped--navbar { overflow-y: hidden; } - + /* NOTE workaround bug in Firefox mobile, which clips the html element to the original viewport height */ @supports (scrollbar-width: none) { html.is-clipped--navbar {