CSS overflow:scroll

pretty cool that you can set up a layer and fill it dynamically. and if that layer is filled with more content than its height can handle, it automatically adds a vertical scrollbar so you can scroll it.

but it also adds an empty horizontal ‘scrollTrack’ with no handle in it at its bottom.

Anyone know how to have that bottom scrollTrack not appear?

After testing now I’m wondering if an iFrame is a better idea.

:alien2: