vertical scrollbar missing

Discussion in 'HTML & Website Design' started by lew1s666, Apr 8, 2015.

  1. #1
    Hi,

    I have a Wordpress website and my right vertical scrollbar dissapear. I tried to disable all plugin but still the same. Must be something in the code. thanks

    http://projects.webjuice.eu/painting/
     
    Solved! View solution.
    lew1s666, Apr 8, 2015 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    Might help to tell us which browser you're using - I can see the missing scrollbar in Chrome, but in Firefox it shows, for instance. Seems there might be something affecting webkit-based browsers.
     
    PoPSiCLe, Apr 8, 2015 IP
  3. lew1s666

    lew1s666 Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #3
    hi. i see that is fine on firefox. hm. so what can it be ?
     
    lew1s666, Apr 9, 2015 IP
  4. #4
    Do you have any -webkit-specific CSS-rules in your stylesheet? Or anything targetting webkit-based browsers in javascript?
     
    PoPSiCLe, Apr 9, 2015 IP
  5. lew1s666

    lew1s666 Member

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #5
    thanks man. i think this is the issue. dont know why i added there.

    ::-webkit-scrollbar{
    width: 0;
    }
     
    lew1s666, Apr 9, 2015 IP