I am using bootstrap 3
and my layout is responsive(totally). There is an issue which is a bit annoying for me.
Scenario:
- The Browser window is showing my page and it doesn't require a vertical scroll bar.
- Now a user expands a collapsed
div
on my page. - The size of the page increases vertically and vertical scroll-bar is displayed.
- When the vertical scroll bar is displayed, my page's look and feel also changes a bit, like its width decreases as it needs to give space to the vertical scroll bar.
My client does not want this scenario and wants me to stop this dancing of the screen while user expands / collapses the div
.
Please help me how can I restrict my screen not to dance.