Make sure blocks list container is at least 100vh on mobile
This commit is contained in:
parent
e1623b9234
commit
7c1155ec93
@ -1,4 +1,4 @@
|
||||
<div class="container-xl" [class]="widget ? 'widget' : ''">
|
||||
<div class="container-xl" [class]="widget ? 'widget' : 'full-height'">
|
||||
<h1 *ngIf="!widget" class="float-left" i18n="latest-blocks.blocks">Blocks</h1>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
@ -66,6 +66,11 @@ body {
|
||||
.container-xl {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
.full-height {
|
||||
@media (max-width: 767.98px) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: none !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user