I have a problem.
Basically, I have 3 divs, one main container, and two divs, that will be half the width of the main container like so:
<div id="main">
<div id="col1"></div>
<div id="cold2"></div>
</div>
#col1 {
overflow-y: auto;
width: 48%
}
#main {
width: 100%
}
#col2 {
width: 48%
}
It seems that, the problem is that every time I dynamically add content to Col1, and i am expecting a scrollbar, chrome creates it, but hides it. So i have to go to the element and start scrolling via wheel in order to see it. Is there a way to over ride it?
Go to Settings / Ease of Access / Display and turn off Automatically hide scroll bars in Windows. Scroll bars will then always be full-size in many (but not all) places.
Click on Start > Ease of Access. Scroll down on the left and Check or uncheck Automatically hide scroll bars in Windows.
This is a Mac setting that Chrome is obeying. Go to "System Preferences > General" and change "Show scroll bars" setting to "Always"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With