Skip to content

Commit

Permalink
fix: set footer scrollbar to hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
lindgrenleonard committed Jul 28, 2024
1 parent 2c137fd commit e6aaaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/app/components/HeaderFooter/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const StyledFooter = styled(Footer)({
paddingTop: "0.5rem",
paddingBottom: "0.5rem",
gridRowStart: 2,
overflow: "scroll",
overflow: "hidden",
color: "#bbbbbb",

ul: {
Expand Down

0 comments on commit e6aaaf3

Please sign in to comment.