Skip to content

Commit

Permalink
fix: submit row fixed z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Feb 1, 2024
1 parent a1769f9 commit 4f641e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baton/static/baton/app/src/styles/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
margin-top: 20px;
position: absolute;
width: 100%;
z-index: 1000;
z-index: 1001;

p {
margin-bottom: 5px;
Expand Down
2 changes: 1 addition & 1 deletion baton/static/baton/app/src/styles/_placeholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@
position: fixed;
transition: padding 0.2s linear;
width: 83.33333333%;
z-index: 100;
z-index: 1000;
}
}
}

0 comments on commit 4f641e0

Please sign in to comment.