KITE scroll width is not user friendly

Hi Zerodha,

In KITE web scrollbar is very thin & is not properly coming in mouse pointer. In time of quick market moves, I having large position facing issue to drag & see all the positions quickly.

Requesting you to if possible increase scroll width for better user experience.


Wide_Scroll_Width

cc: @nithin

Thanks,
Mr. Anirban Chatterjee

2 Likes

Specially in MAC OS and Google Chrome browser facing issue. Please test at your side.

It’ll be ugly, if it’s so wide. Why can’t you just use page down or arrow down?

2 Likes

Bro, you can simply use the mouse wheel

Its not so wide as you are seeing. It just for reference that the width needs to be increase for better user experience. Anyways zerodha don’t understand real HFT traders problem and they don’t care of user feedback.

1 Like

Many mac user doesn’t use mouse.

If using the built-in trackpad on a Mac,
facing any challenges to scroll using the 2-finger gesture? :thinking:
(if not working, maybe it is disabled in the OS settings?)

image

Source: Use Multi-Touch gestures on Mac - Apple Support

1 Like

Although scrollbars are rarely used as they are so much less convenient than a mouse wheel or touch pad but if you must, you can install an extension like Stylebot to alter the visuals of any website. For kite you can paste this code to make the scrollbar wider.

::-webkit-scrollbar {
	width: 10px; /* you can adjust width here */
}
::-webkit-scrollbar-thumb {
	background: #666; /* optional but if you want to change the color of scrollbar you can change this value */
}
1 Like

Thanks… One of my friend just suggested the same.
Came here to delete the post & found your reply… :wink:

1 Like