Hi, I am just wondering if I can hide both story river scrollbar and sidebar scrollbar.
I tried few things on developer tool.
I changed .tc-sidebar-scrollable overflow to hidden and also changed all child div overflow to auto. This method didn't work for me.
I also tried ::webkit-scrollbar {display:none;} but I still couldn't get it done.
I appreciate for your help.
CL