Bottom content cutoff using overflow: auto; and jscrollpane

前端 未结 2 836
滥情空心
滥情空心 2021-01-15 06:11

Because of a rotated content area, textoverflow, and a -webkit issue about the scroll bar not showing properly I\'ve decided to use jscrollpane. For initial issue: Origina

2条回答
  •  天命终不由人
    2021-01-15 06:41

    jScrollPane has some options for solving this:


    autoReinitialise:true
    

    (adds processing overhead.. use only if necessary)

    http://jscrollpane.kelvinluck.com/auto_reinitialise.html


    reinitialise()
    

    (manually update pane size)

    http://jscrollpane.kelvinluck.com/dynamic_content.html


提交回复
热议问题