Skip to content

Commit

Permalink
fix: topbar afficher recherche z index over all (#325)
Browse files Browse the repository at this point in the history
* fix: topbar afficher recherche z index over all

* fix: top bar z index with fiche details
  • Loading branch information
abelkhay committed Jul 27, 2023
1 parent 3e70587 commit 52af198
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <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-base sticky-top py-0 d-print-none"
class="navbar navbar-expand-lg bg-light shadow-sm z-index-over-all sticky-top py-0 d-print-none"
aria-label="cartographie">
<div class="container-fluid mx-3">
<div class="navbar-collapse">
Expand Down Expand Up @@ -102,7 +102,7 @@ <h3 class="card-title text-primary">
</mgl-map>
<app-offcanvas
#affinerRechercheOffcanvas
class="z-index-over-nav"
class="z-index-over-all"
heading="Options pour affiner la recherche"
[isAbsolute]="true"
[useContainer]="false"
Expand Down

0 comments on commit 52af198

Please sign in to comment.