Is there a way to always show the vertical scroll bar on mobile browsers, regardless of the page height? I've attempted using html {overflow-y: scroll;}
which works well on desktop but not on mobile devices. Any suggestions or alternatives would be greatly appreciated!