css - Scroll option only works for medium and large screen sizes in Bootstrap -


i new bootstrap, have used information websites , implemented responsive screen setup code library. have 2 div tags: 1 intended display sidebar, when click link there next div tag appears details... sidebar , main block have same height... information on main screen more height.. used scrollbar...

the main code scrollbar follows..

<div class="contact-form-right-wrap well-sm pre-scrollable  col-sm-7 col-md-7 col-lg-7" style="padding-right: 0px;max-height: 310px;     padding-left: 0px;padding-top:0px;padding-bottom:0px; margin-top:7px;margin-bottom:20px;"> 

now issue use scrollbar, if decrease screen size want main screen appear , under , after sidebar screen, because when screen size decreased scroll bar shrinks such data not visible when side side sidebar...

is there solution when screen size decreased scrollbar property overridden responsive system. (minimum screen size should cause scrollbar property disappear).

i feel responsive system not work when scrollbar feature used. please clarify this.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -