Fix fab-container (#2476)

pull/2478/head
Thomas Kaul 12 months ago committed by GitHub
parent 5db984ffef
commit 3905782ad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -510,7 +510,9 @@ ngx-skeleton-loader {
padding-bottom: constant(safe-area-inset-bottom);
.fab-container {
bottom: 5rem;
@media (max-width: 575.98px) {
bottom: 5rem;
}
}
.mat-mdc-tab-nav-bar {

Loading…
Cancel
Save