I am trying to create a full-screen preview like this Themeforest link has,
What I have achieved is This page, i have just one problem left, which is the double scrolling, as you see in themeforest link, it is only one vertical scrollbar that is of preview iframe, but in my case, i am still getting two scrollbars, one of main page and one of iframe, i just want to have only iframe bar there. How can i get this?
I am trying to create a full-screen preview like this Themeforest link has, What
Share
add this to css
body, html{ overflow: hidden }