This is going to sound crazy, but I’m using just the css and I don’t know css. I have a modal and I’d like to see some scrollbars.
<div class="modal" style="overflow:scroll">
</div>
With the above html, I get content that will scroll with a scrollwheel, but I there are no visible scrollbars of any kind. I just need something that a desktop user can use. I don’t really care that much how it looks. Thanks a bunch.