Increase Scroll Bar Width in Perspective

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;
}
2 Likes