Posts by Guilherme Pereira • 101 points
1 post
-
-1
votes1
answer242
viewsA: Entering the full screen in iframe makes the page scroll up
A possible solution will be: <iframe src="" scrolling="no"></iframe> and in css: iframe { overflow: hidden; }