You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been running into this once. But it seems that I was used .main instead of #main since CSS that target this is using #main.
Make sure the main div is using id="main" and it should be fine. Thanks.
The position is set to absolute which causes overlap.
When I changed it to the following then all was fine:
The text was updated successfully, but these errors were encountered: