Skip to content

Commit

Permalink
fix: change z-index mode button high footer
Browse files Browse the repository at this point in the history
with PC Mode button high Footer, with mobile Mode button low Footer
  • Loading branch information
theanishtar committed Oct 15, 2024
1 parent 9f1f3a1 commit 0af5aa6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 9 additions & 1 deletion styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
box-sizing: border-box;
} */
footer {
z-index: 5;
position: relative;
border-top: solid 1px #59595936;
justify-content: center;
Expand All @@ -13,4 +12,13 @@ footer {

footer p {
text-align: center;
}



/* PC */
@media (min-width: 64em) {
footer {
z-index: 5;
}
}
7 changes: 0 additions & 7 deletions styles/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,16 @@
z-index: 2;
}


.mode-mobile button i {
font-size: 20px;
}


.menu .mode-mobile {
position: fixed;
left: 22px;
bottom: 60px;
}






.menu ul {
list-style: none;
padding: 0;
Expand Down

0 comments on commit 0af5aa6

Please sign in to comment.