From ac2a8deaaa881860a1caf44ceea51d9cc1075a3d Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 9 Jul 2020 08:07:27 -0400 Subject: [PATCH] Add hidden utility --- src/styles/shoelace.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/shoelace.scss b/src/styles/shoelace.scss index 62fad0247..00f3462f5 100644 --- a/src/styles/shoelace.scss +++ b/src/styles/shoelace.scss @@ -235,6 +235,10 @@ // Internal utility classes //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +[hidden] { + display: none !important; +} + .sl-scroll-lock { overflow: hidden !important; }