Skip to content

Commit

Permalink
fix: z-index search & navi
Browse files Browse the repository at this point in the history
  • Loading branch information
therobrob committed Jan 27, 2025
1 parent a34f670 commit ae8aad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/fiptheme/assets/sass/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
right: 0;
width: 60%;
height: 100%;
z-index: 2;
z-index: 3;
background-color: white;
padding: 0 1rem;
overflow-y: scroll;
Expand Down
2 changes: 1 addition & 1 deletion themes/fiptheme/assets/sass/stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
left: 50%;
transform: translate(-50%);
display: flex;
z-index: 3;
z-index: 2;

@include media-breakpoint-up(md) {
width: 60%;
Expand Down

0 comments on commit ae8aad8

Please sign in to comment.