Hello,
Somehow my combo editors in my grid are missing their vertical scrollbars. It's funny, because it looks like the area for the scrollbar has been reserved, but it's just a column of whitespace where the scrollbar should be.
I attached a screenshot and also a snippet of html which I believe points to the relevant portion of the page. This is an out-of-the-box MVC5 project, so the only other CSS that may be conflicting is Bootstrap3. I don't mind doing the troubleshooting myself, but honestly, I'm not sure where to begin. Which CSS class should I be looking at in order to find the scrollbar settings?
Thank you!
Nevermind, I just discovered that it's caused by Bootstrap 3's usage of border-box. When I switch it to content-box my scrollbars show up. Thanks!
Hello Kyle,
I am glad that you have been able to already resolve this issue.
I will just add one more note which might be useful if you encounter similar issues in future. In order to revise more effectively your CSS and discover which styles affect a particular HTML document you might use a web tool as the inspect element in Firefox or the chrome developer tools:
https://developers.google.com/chrome-developer-tools/docs/css-preprocessors
http://www.wikihow.com/Use-the-Inspect-Element-in-Mozilla-Firefox
If any additional questions arise feel free to contact me again.