Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
grabinskij committed Dec 6, 2024
2 parents 2e1db76 + 691f25f commit 482d866
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/components/CategoryTabs/CategoryTabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
left: 0;
right: 0;
background-color: white;
z-index: 998;
z-index: 499;
padding-top: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.categoryMenu {
z-index: 1;
width: 95vw;
display: flex;
flex-direction: row;
Expand All @@ -29,7 +30,8 @@
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
/* position: relative; */
z-index: 1;
}

.filterButtonWrapper {
Expand Down
1 change: 1 addition & 0 deletions src/components/HeaderUserMenu/HeaderUserMenu.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.headerContainer {
z-index:;
position: relative;
display: inline-block;
}
Expand Down
2 changes: 0 additions & 2 deletions src/components/PriceRangeModal/PriceRangeModal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.6);
/* Semi-transparent black */
z-index: 1000;
}

.submitSection {
Expand Down

0 comments on commit 482d866

Please sign in to comment.