Skip to content

Commit

Permalink
Fix z-index conflict between aside and sidebar in mobile view (#3282)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqibshabir authored Jan 26, 2025
1 parent 46443f1 commit c147852
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
position: relative;
top: 0;
width: 100%;
z-index: 1000;
z-index: 98;
margin-left: 0;
order: 1;
}
Expand Down

0 comments on commit c147852

Please sign in to comment.