[Pro] Iframe Problem

So there is a probe with the Iframe and I can’t seem to figure it out.

When you click on a service and then when you get to the calendar part, If you need an appointment on that day, it doesn’t let you scroll. If you choose another date, then it scrolls.

I had scroll set to auto and then no.

Any ideas on how to fix this problem?

hgrantdesigns.com/booking.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is something strange with your construction as I am seeing 2 vertical scroll bars.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I guess one is from the iframe being set to “auto” and the other is the actual page


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

the other is the actual page

You mean a non-flexible height container with overflow set to scroll?

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I don’t think so. I never touched any scroll settings for the pages.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I never touched any scroll settings for the pages.

#item1 {
display: inline-block;
position: relative;
width: 100%;
height: 781px;
-webkit-overflow-scrolling: touch;
overflow: scroll;
}

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I never touched those settings…

Anyway, I am just going to add a html markup for a button


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options