mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
[css] make sure <main> cannot be larger than viewport
This commit is contained in:
parent
379e1470fd
commit
8fb566858f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<div class="flex-grow-1">
|
||||
<app-testnet-alert *ngIf="network.val === 'testnet' || network.val === 'signet'"></app-testnet-alert>
|
||||
|
||||
<main>
|
||||
<main style="max-width: 100vw;">
|
||||
<router-outlet></router-outlet>
|
||||
</main>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue