Note only: In OS X Lion, an overflow set to "scroll" behaves like an auto in that scroll bars will only be displayed when used. They will disappear when not in use. Therefore, if any of the solutions above do not work, perhaps, therefore.
Here is what you need to fix:
::-webkit-scrollbar { -webkit-appearance: none; width: 7px; } ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5); }
You can configure it accordingly.
molls223 Jul 07 '15 at 20:15 2015-07-07 20:15
source share