Skip to content

Commit

Permalink
Merge pull request #432 from sharetribe/fix-SearchFiltersMobile-being…
Browse files Browse the repository at this point in the history
…-behind-topbar

SearchPage: SearchFiltersMobile (modal) should be above topbar.
  • Loading branch information
Gnito authored Aug 15, 2024
2 parents 8ce152e + 0eaa98a commit 4f6c242
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ way to update this template, but currently, we follow a pattern:

## Upcoming version 2024-XX-XX

- [fix] SearchPage: SearchFiltersMobile (modal) should be above topbar.
[#432](https://github.com/sharetribe/web-template/pull/432)

## [v5.3.0] 2024-08-13

- [change] ProfilePage: redirect Stripe's crawler to landing page (profile page might be empty).
Expand Down
12 changes: 6 additions & 6 deletions src/containers/SearchPage/SearchPage.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
@import '../../styles/customMediaQueries.css';

/* Can be given to Topbar when a modal is opened
* so that the Topbar is not rendered on top of it.*/
.topbarBehindModal {
z-index: initial;
}

.topbar {
width: 100%;

Expand All @@ -22,6 +16,12 @@
}
}

/* Can be given to Topbar when a modal is opened
* so that the Topbar is not rendered on top of it.*/
.topbarBehindModal {
z-index: initial;
}

.container {
/* Layout */
width: 100%;
Expand Down

0 comments on commit 4f6c242

Please sign in to comment.