From e0d189b70a57354131666a875a9d1ae168a06419 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Sat, 23 Jul 2022 16:14:32 +0200 Subject: [PATCH] Remove horizontal scroll on ln dashboad --- .../nodes-channels-map/nodes-channels-map.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss index a01c82852..b3acfb3ad 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.scss @@ -20,7 +20,7 @@ } .widget { - width: 100vw; + width: 99vw; height: 250px; -webkit-mask: linear-gradient(0deg, #11131f00 5%, #11131fff 25%); }