I'm trying to disable scroll for a popup to appear. I'm using the following code:
height: 100%;
overflow: hidden;
When I apply these styles, I go to the top of my page. I want to prevent scroll, but also stay in the same position. This is for a Sign Up popup. So, I want the users to be able to see what made them want to Sign Up in the background. Any ideas?