Anchor tag and submit button doesn't let me click

Here in this project link- " https://codepen.io/Adsokz/pen/VwzweZp ", For some reason <a> anchor tag and <input>type submit button doesn’t let me click on it. While the navigation bar at the top works perfectly as you can see in the code. Also when i try to add new form or anchor tag inside main-section or footer it doesn’t work.( Also <input>for type text also doesn’t let me fill text and <iframe> embeded code too doesn’t work as intended).

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

I found the solution. It was with position:fixed (bottom:0) at header element.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.