safak / youtube

5.04k stars 5.47k forks source link

Sign In Button On Login Page Not Working Due to CSS #108

Open layiwola008 opened 2 years ago

layiwola008 commented 2 years ago

https://github.com/safak/youtube/blob/503b550d38cfbb9883b9da5250c63cc2acb85b9f/client/src/pages/register/register.scss#L40 The sign-in button on the login page is not working.

I resolved it by removing the absolute position in the container for div. I only removed the line's absolute position and the button started working.

What that meant before was that the container will take precedence over the whole page and relegate other elements to the back.