scroll bars are usualy handled by the device itself.
but using the advanced stylesheet you could try target them with (might not work the same on all devices)
::-webkit-scrollbar {
width: 5px;
}
scroll bars are usualy handled by the device itself.
but using the advanced stylesheet you could try target them with (might not work the same on all devices)
::-webkit-scrollbar {
width: 5px;
}