jeffreyhi1 / jscrollpane

Automatically exported from code.google.com/p/jscrollpane
0 stars 0 forks source link

Jscrollpane overlapps with table inside iframe #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. There are two components in iframe
2. One is table with 2 rows and other is a scrollable div
3. When we apply Jscrollpane to scrollable div it is overlapping it is content 
with table above it.

What is the expected output? 
Jscrollpane should apply only to the div specified.
What do you see instead?
The entire iframe is scrollable. contents inside div is overllaping with table 
above.

What version of the jScrollPane are you using? On what browser? And operating 
system?

Please provide a URL to a page displaying the problem.

Please provide any additional information below.

Original issue reported on code.google.com by shynia...@gmail.com on 13 Apr 2012 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by shynia...@gmail.com on 13 Apr 2012 at 10:33

Attachments:

GoogleCodeExporter commented 9 years ago
It sounds like a simple CSS problem with collapsing margins or floats... Try 
putting a clear or border-top on .jspContainer

But this isn't the correct place for jScrollPane support any more:

http://jscrollpane.kelvinluck.com/#support

Original comment by kelvin.l...@gmail.com on 15 Apr 2012 at 11:19