I have an iframe that will popup when I click the button. But the navbar will be on top of it unless I scroll down.
This is my practice site:
http://test1.video-power.net/products/videopower-red/
this is the error
but when I scroll down, it's all correct. It only occurs when I'm on the highest scroll
This is when I scroll down and it's okay.
I've tried to add this but it still not working.
.main-container {
margin-top:50px;
}