[css] make sure <main> cannot be larger than viewport
This commit is contained in:
		
							parent
							
								
									379e1470fd
								
							
						
					
					
						commit
						8fb566858f
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user