mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface

Home Page:http://mstratman.github.com/jQuery-Smart-Wizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Vertical elements overflow, scroll bar is not visible

hemanth198047 opened this issue · comments

Hi
I am using smart wizard and when the elements in the div container is over flowing vertically, scroll bar is not getting enabled. this makes it difficult to navigate to the hidden fields. Please help to solve this issue.

This issue was resolved. Problem is with ".swMain .stepContainer div.content" where this class has overflow properties set for both x and y. if these properties are present, then scroll bar is not coming. When I removed these two entries, scroll bar started appearing. But the downside is that now scroll bar is visible in all windows where they are not necessary as well but that's ok