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.
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;
}
Where should i have to call this style
You don't call styles.
As Victor said:
here:
On a mobile device though, they should just be able to swipe and not actually touch the scrollbar itself