Home › Forums › CSS › custom iframe scrolling › Re: custom iframe scrolling
August 30, 2012 at 3:27 pm
#108728
Member
Couple things you could try
– remove static height and width for iframe, or set to 100%
– set page overflow to overflow-y:auto;