Modal with scrollbars -- just css

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.

Since we have our own scroller, we’ve turned off the default scroll-bars in webkit.

but you can turn them back on with this.