Increase Scroll Bar Width in Perspective

Hi,

Is it possible to increase the scroll bar width in perspective?. As users are using mobile app, they feel difficulty in using the scroll bar.

Thanks in advance.

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

Where should i have to call this style

You don't call styles.
As Victor said:

here:
image

2 Likes

On a mobile device though, they should just be able to swipe and not actually touch the scrollbar itself

1 Like