From 96c81d3e5d98c6ae1d57708e835ae2e7e0c601c0 Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Tue, 4 Jan 2022 13:24:00 +0200 Subject: [PATCH] Lint fix --- src/Widgets/range.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Widgets/range.css b/src/Widgets/range.css index b1fa84a..5f86e86 100644 --- a/src/Widgets/range.css +++ b/src/Widgets/range.css @@ -5,14 +5,13 @@ } .stretch { + z-index: 3; position: relative; right: 50%; left: 50%; width: 100vw !important; margin-right: -50vw !important; margin-left: -50vw !important; - - z-index: 3; } /* overrides for stretched section */