Home › Forums › CSS › iFrame not working as expected › Reply To: iFrame not working as expected
July 21, 2014 at 8:47 am
#176028
Participant
I got it working! After hours of research I finally got it working!
Going to mark this as solved.
The article and the following quote saved my day:
Shaz3e
Permalink to comment# May 8, 2014I think you should use something like this it won’t harm you.
.element > tag{
overflow-y: scroll;
height:400px;
}Please change .element and tag appropriately