Il Domandatore 0 Posted February 7 Report Share Posted February 7 (edited) I have inserted a custom scroll bar on the right. I want to put this scroll bar also in the menu, but I did not succeed. { width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right: 0px; opacity: 1; display: block; background: rgb (255, 255, 255); } <div id = "ascrail2000" class = "nicescroll-rails nicescroll-rails-vr" style = "width: 44px; z-index: auto; cursor: default; position: fixed; top: 0px; height: 100%; right : 0px; opacity: 1; display: block; background: rgb (255, 255, 255); "> <div class =" nicescroll-cursors "style =" position: relative; top: 0px; float: right; width: 44px; height: 255px; border-radius: 10px; background-color: rgb (65, 21, 98); background-clip: padding-box; "> </div> </div> https://oldfreegame.com Edited February 7 by Il Domandatore Quote Link to post Share on other sites
dsonesuk 929 Posted February 7 Report Share Posted February 7 overflow-y: scroll; Quote Link to post Share on other sites
Il Domandatore 0 Posted February 7 Author Report Share Posted February 7 A little explanation please? To the eye it seems that this is not what I am looking for. Quote Link to post Share on other sites
dsonesuk 929 Posted February 7 Report Share Posted February 7 https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_overflow-y Quote Link to post Share on other sites
Il Domandatore 0 Posted February 24 Author Report Share Posted February 24 I deleted the plugin that helped me make the sidebar. I read that on css it is not possible to show the scroll bar on phones. it's true? Solutions? Quote Link to post Share on other sites
dsonesuk 929 Posted February 24 Report Share Posted February 24 It is their own scrollbar design, for their device, usually a thin line, so no. Quote Link to post Share on other sites
Il Domandatore 0 Posted February 24 Author Report Share Posted February 24 What can I use to improve user navigation in menus and on the page? Do you advise me against the custom scroll bar? Quote Link to post Share on other sites
dsonesuk 929 Posted February 24 Report Share Posted February 24 You can create them for desktop, tablets, but its unlikely to be used by mobile phones, especially iphone. Quote Link to post Share on other sites
Il Domandatore 0 Posted February 25 Author Report Share Posted February 25 I read that you can create the scroll bar in jquarry. I don't know anything about this, but if it's possible to show a scroll bar on iphone, so be it. Do you have valid alternatives to improve accessibility in the menu and on the body? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.