From 82832bf1f4fe32526e7fa817711496ece41e3020 Mon Sep 17 00:00:00 2001 From: Andrei Grigore Date: Fri, 7 Jan 2022 11:26:04 +0200 Subject: [PATCH] lint fix4 --- src/Widgets/range.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Widgets/range.css b/src/Widgets/range.css index ae40ac6..c6a9f5b 100644 --- a/src/Widgets/range.css +++ b/src/Widgets/range.css @@ -9,12 +9,12 @@ z-index: 3; right: 50%; left: 50%; - background-clip: content-box; width: 100vw !important; border: none !important; margin-right: -50vw !important; margin-left: -50vw !important; box-shadow: none; + background-clip: content-box; } /* overrides for stretched section */