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 07da6ed15..09c029d66 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 @@ -4,10 +4,6 @@ &.widget { height: 250px; } - - &.graph { - height: auto; - } } .card-header { diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts index c998bdd2f..71b5d3afd 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts @@ -229,6 +229,7 @@ export class NodesChannelsMap implements OnInit { title: title ?? undefined, tooltip: {}, geo: { + top: 75, animation: false, silent: true, center: this.center,