Skip to content

Commit

Permalink
Make sure page footer is not on top of main content elements (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke authored Aug 31, 2023
1 parent 0da6d6e commit d003400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/web-common/src/styles/AllSites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ html {

.main-stack footer {
position: relative;
z-index: 1;
z-index: 0;
}

._BodyLayer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ body.vpdb-Body .vpdb-RootContainer {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1;
}

.vpdb-Footer__thin {
Expand Down

0 comments on commit d003400

Please sign in to comment.