Skip to content

Commit

Permalink
fix: topbar loading state (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelkhay committed Aug 14, 2023
1 parent 3ea199c commit 2644973
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ <h3 class="card-title text-primary">
</div>
<div class="d-flex h-100 flex-column">
<nav
class="navbar navbar-expand-lg bg-light shadow-sm z-index-over-all sticky-top py-0 d-print-none"
[ngClass]="(loadingState$ | async) ? 'z-index-over-base' : 'z-index-over-all'"
class="navbar navbar-expand-lg bg-light shadow-sm sticky-top py-0 d-print-none"
aria-label="cartographie">
<div class="container-fluid mx-3">
<div class="navbar-collapse">
Expand Down

0 comments on commit 2644973

Please sign in to comment.