/    Sign up×
Community /Pin to ProfileBookmark

Help with mobile scroll bars

Hi guys, I’ve been searching on the internet about this problem and I can’t find any solutions, maybe you guys could help me… is there anyway I could make the scrollbar visible to the mobiles and tablets’ web browsers? Thanks a lot in advance.

to post a comment
CSS

4 Comments(s)

Copy linkTweet thisAlerts:
@drwebsitesukJun 11.2014 — After spending alot of time i found a link it might help you in this matter here are the link

http://stackoverflow.com/questions/4628381/making-the-vertical-scrollbar-visible
Copy linkTweet thisAlerts:
@jedaisoulJun 11.2014 — Uh, why do you want to interfere with the scroll bars on mobiles??? They appear when necessary, and do not occupy the screen when not in use.
Copy linkTweet thisAlerts:
@deathshadowJun 12.2014 — I'm with jedaisoul on this one, it sounds like you are trying to do something you shouldn't be trying to do.
Copy linkTweet thisAlerts:
@VeeramanikandanJun 18.2014 — If you want visible the scroll bar in your mobile phone or tablets use the CSS code given below

  • * {

    overflow-x:scroll;

    overflow-y:scroll;

    }
  • ×

    Success!

    Help @janefab20 spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.18,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...