Skip to content

Commit

Permalink
fix: z-index sidebar (#383)
Browse files Browse the repository at this point in the history
* fix: z-index sidebar

* fix: sidebar help case
  • Loading branch information
abelkhay committed Nov 2, 2023
1 parent 4bb7c0f commit 6081e5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3 class="card-title text-primary">
heading="Options pour affiner la recherche"
[useHeader]="false"
class="position-absolute h-100 end-0"
className="offcanvas-top h-100 w-auto position-relative z-index-over d-flex flex-column">
className="offcanvas-top h-100 w-auto position-relative z-index-over-all d-flex flex-column">
<div class="h-100 d-flex flex-column border-end">
<div class="flex-grow-1 overflow-auto">
<app-user-location
Expand Down Expand Up @@ -127,7 +127,7 @@ <h3 class="card-title text-primary">
heading="脌 propos"
[useHeader]="false"
class="position-absolute h-100 end-0"
className="offcanvas-top h-100 w-auto position-relative overflow-auto z-index-over">
className="offcanvas-top h-100 w-auto position-relative overflow-auto z-index-over-all">
<div class="d-flex flex-column h-100 bg-white border-top">
<div class="list-group list-group-flush">
<a
Expand Down

0 comments on commit 6081e5a

Please sign in to comment.