• Resolved illuminatedgeerd

    (@illuminatedgeerd)


    I have a widget (Table of contents) whose height is longer than the height of the window. The widget’s top is fixed so I can’t reach the end of the widget before I scroll all the way to the bottom.

    Is there a way to scroll separately this kind of widgets with long height?

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Right now there is no solution to your case.
    May be in new version there will be something for you, but do not expect new version before january

    Plugin Contributor Max Bond

    (@max-bond)

    By the way. You may try CSS workaround: define a fixed height of you widget, for example – 600px, then apply overflow-y: scroll property. Now your widget will have separate scroll bar.

    Thread Starter illuminatedgeerd

    (@illuminatedgeerd)

    @max-bond: thanks a lot for the reply! I ended up doing exactly that. Funny thing, I’ve set the height to really be 600px 🙂

    Looking forward for the January release, great work so far!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget height longer than window height’ is closed to new replies.