• When I use the free Version or try the Demo on the salon booking site there is no vertical scroll bar on the page as the bottom of the form overflows off the bottom of the page on my laptop. seems like some sort of web kit bug. help fix this problem please.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter downlo

    (@downlo)

    This also happens on your demo website. So it’s not a plugin or theme conflict as I tried on different browsers and get the same problem

    you can add a custom csss in the additional css of the customiser like this (change the colors as u want ):

        ::-webkit-scrollbar{
    width: 0.7vw;
    background: #f5f5f5;

    }::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#004080);
    background: linear-gradient(transparent,#004080);
    border-radius: 20px;
    }
    ::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(transparent,#E5BB19);
    background: linear-gradient(transparent,#E5BB19);
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No Scroll bar on booking page’ is closed to new replies.