Push footer down when content is less than window height

This commit is contained in:
natsoni 2024-04-03 11:28:25 +09:00
parent e7f8bcf83b
commit 4efd0dda83
No known key found for this signature in database
GPG Key ID: C65917583181743B

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>