Skip to content

Commit

Permalink
[fix] overlay filter options over plant name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatherinetan committed Dec 3, 2024
1 parent 83852e8 commit d84231b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/seasonal-planting-guide/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const HeaderContainer = styled.div`
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
background-color: #fff;
position: relative;
z-index: 1;
z-index: 2;
`;

export const FilterContainer = styled.div`
Expand Down
2 changes: 1 addition & 1 deletion components/PlantCalendarList/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const StickyTd = styled(P3).attrs({
position: sticky;
left: 0;
background-color: white; // Optional: Adds a background color to keep text visible when scrolling
z-index: 2; // Ensures the sticky header is on top of other content
z-index: 1; // Ensures the sticky header is on top of other content
`;

// Scrollable container for PlantCalendarRow
Expand Down

0 comments on commit d84231b

Please sign in to comment.