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 3347cda commit cd2f446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/bar/bar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
background-color: variables.$secondary-color;
padding: 0.5rem 1.5rem 0.4rem 1.5rem;
min-width: 100%;
z-index: 99;

a,
span {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
"typescript": "^4.1.3",
"typescript-plugin-css-modules": "^3.0.1"
}
}
}

0 comments on commit cd2f446

Please sign in to comment.