From 3fd95ad374d4e825c5ad22b7e61dfe6f2485cba1 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Tue, 17 Aug 2021 19:09:58 +0200 Subject: [PATCH] Fix missing coma --- res/css/structures/_BackdropPanel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/structures/_BackdropPanel.scss b/res/css/structures/_BackdropPanel.scss index be709ec7f3..c7ada2b0a5 100644 --- a/res/css/structures/_BackdropPanel.scss +++ b/res/css/structures/_BackdropPanel.scss @@ -29,7 +29,7 @@ limitations under the License. top: 0; height: 100vh; width: 100%; - background-color: var(--lp-background-overlay) + background-color: var(--lp-background-overlay); } }