ContriHUB / Sheher

Django project to get info regarding tourist places.
1 stars 19 forks source link

Issue #4 Fixing signup #17

Closed utkrisht5 closed 1 year ago

utkrisht5 commented 1 year ago

I have fixed the signup button. Initially it was not visible but i have placed a scroll bar in the signup form. The signup form was inside a div with class "cont_forms_active_sign_up". I have added overflow-y: auto; overflow-x: hidden; so that the scroll bar is visible in vertical direction only and not in horizontal direction.