Browse Source

Fix fab-container (#2476)

pull/2478/head
Thomas Kaul 12 months ago
committed by GitHub
parent
commit
3905782ad6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/client/src/styles.scss

2
apps/client/src/styles.scss

@ -510,8 +510,10 @@ ngx-skeleton-loader {
padding-bottom: constant(safe-area-inset-bottom);
.fab-container {
@media (max-width: 575.98px) {
bottom: 5rem;
}
}
.mat-mdc-tab-nav-bar {
--mat-tab-header-active-focus-indicator-color: transparent;

Loading…
Cancel
Save