Fix page elements obscured by bottom nav bar on mobile

This commit is contained in:
Mononaut
2023-01-13 11:31:56 -06:00
parent 43e7328f6f
commit fbd8e0588c
10 changed files with 21 additions and 2 deletions

View File

@@ -28,6 +28,9 @@
<table class="table table-borderless" *ngIf="response.channels.length === 0">
<div class="d-flex justify-content-center" i18n="lightning.empty-channels-list">No channels to display</div>
</table>
<div class="clearfix"></div>
<br>
</div>
<ng-template #tableHeader>