Skip to content

Commit

Permalink
fix z index of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Aug 16, 2023
1 parent d762531 commit 42ec8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devblog/devblog/ClientApp/src/components/styles/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
bottom: 0;
left: 0;
position: fixed;
z-index: 10;
}

.footer button {
Expand Down

0 comments on commit 42ec8e0

Please sign in to comment.