Merge pull request #4868 from mempool/natsoni/fix-global-footer

Fix footer position
This commit is contained in:
wiz
2024-04-03 16:15:57 +09:00
committed by GitHub

View File

@@ -84,7 +84,7 @@
</header>
<div class="d-flex" style="overflow: clip">
<div *ngIf="!servicesEnabled" class="empty-sidenav"><!-- empty sidenav needed to push footer down the screen --></div>
<div class="empty-sidenav"><!-- empty sidenav needed to push footer down the screen --></div>
<div class="flex-grow-1 d-flex flex-column">
<app-testnet-alert *ngIf="network.val === 'testnet' || network.val === 'signet'"></app-testnet-alert>