Bootstrap enable scroll bars
Bootstrap enable scroll bars– You can override the default css by your own to enable the scrolling.
Bootstrap enable scroll bars Example
You can add the following css in bootstrap to enable the page scrolling-
Bootstrap enable scroll bars Example:
html, body { overflow: visible; } |
Advertisements