Skip to content

Commit

Permalink
Fix bug in positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoodHashem committed May 9, 2024
1 parent 5da047f commit 6b3cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ nav li:first-child {

.sidebar{
display: none;
position: absolute;
position: fixed;
flex-direction: column;
z-index: 2;
width: 50%;
Expand Down

0 comments on commit 6b3cfa3

Please sign in to comment.