Skip to content

Commit

Permalink
[#48] fix: scroll problem at the bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
damla committed Apr 3, 2021
1 parent cd2f446 commit cf8e85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/bar/bar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
background-color: variables.$secondary-color;
padding: 0.5rem 1.5rem 0.4rem 1.5rem;
min-width: 100%;
z-index: 99;
z-index: 2;

a,
span {
Expand Down
1 change: 1 addition & 0 deletions components/custom-button/custom-button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
position: fixed;
bottom: 0;
right: 0;
z-index: 3;
// margin-bottom: calc(7vh - 0.7rem);
margin-bottom: 1rem;
margin-right: 1rem;
Expand Down

0 comments on commit cf8e85b

Please sign in to comment.