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!