So I've been trying to create a scrollable popover while hiding the scrollbar, but it's only been working on Chrome thanks to the beautiful:
::-webkit-scrollbar {
display:none;
}
I've created this Fiddle to demonstrate.
I've tried many suggested solutions, including this SO answer, but it didn't work (you can see the CSS suggested commented out in my fiddle).
I'd really like to get this working in all major browsers (Chrome & Safari are covered, need FF/Opera/IE 9 and above).
Any suggestions ?
This may not be the cleanest solution, but it works.
Fiddle: http://jsfiddle.net/VUZhL/1948/
Add a child div under the parent (remember to add closing tag for it!)
CSS for parent and child
Tested on