EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

footer too wide #167

Closed ddfridley closed 2 years ago

ddfridley commented 2 years ago

the footer is ending up slightly wider than the viewport, causing a horizontal scroll bar to be added to the page that otherwise should have one.

'app/components/footer.js'

it works correctly in storybook, but when you npm run dev and go to http://localhost:3011/home you get the problem.

image

ice1080 commented 2 years ago

Looks like this one is actually caused because the div above it has a style of width:100vw;height:100vh. Looking into this to find out where it's coming from.