Jump to content
Search Community

Monstreur

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Monstreur

  1. Hey guys,

     

    First of all, let me appologize for my bad english because i'm french.
    I have a problem with scrollmagic. Usually, i put th code below to customize my scrollbar with CSS. But when it's with scrollmagic, it has no effect.

     

    ::-webkit-scrollbar-track
    {
      background-color: #fff;
    }
    
    ::-webkit-scrollbar
    {
      width: 8px;
      background-color: #000;
    }
    
    ::-webkit-scrollbar-thumb
    {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      background-color: #000;
      border-radius: 8px;
      border: 2px solid #fff;
    }

     

    Does a solution exist for this issue or i'm blocked with the default weird scrollbar ?

    you can see the result in this url : http://test.jdo-univers.eu

×
×
  • Create New...