niamurrell / value-app

Calculate the per-use value of purchases over time.
https://valuemax.herokuapp.com/
MIT License
12 stars 18 forks source link

Fixed the Footer in Mobile View #19

Closed louierosero closed 6 years ago

louierosero commented 6 years ago

What was a problem? (include issue # if applicable)

{Please write here} Fix footer scroll clearance in mobile view #8

How does this PR fix the problem?

{Please write here} Added this code, as a fixed for the Footer Issue in mobile devices.

@media (max-width: 768px) {
  footer .ui.menu.fixed {
    position: relative;
  }
}

Check lists (check x in [ ] of list items)

Additional Comments (if any)

{Please write here}