redhat-beyond / JobSeeker

https://github.com/redhat-beyond/JobSeeker
MIT License
2 stars 5 forks source link

🐛 Fixing Horizontal Scroll #158

Closed paOmer closed 2 years ago

paOmer commented 2 years ago

As mentioned in issue #157 and as @kasemAlem brought up, there is a UI bug that enable a little bit of horizontal scroll to every page in the project. The bug is caused by the footer in the base template, the footer has a bootstrap .row class that has a built in negative left and right margin, this could be eliminated by wrapping it with a .div. Link to the found solution online..

Close #157