• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Muse wont display custom scroll bar

New Here ,
Nov 14, 2018 Nov 14, 2018

Copy link to clipboard

Copied

As the title suggests Muse does not display my custom scroll bar instead it makes a white space where it should be.

The scroll bar was made using custom HTML in page > page properties > meta data > HTML for <head>

here is the scroll bar code I used:

/* width */

::-webkit-scrollbar {

    width: 10px;

}

/* Handle */

::-webkit-scrollbar-thumb {

    background: #2b2b2b;

}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #212121;

}

any recommendations, ideas or thoughts are welcome and muchly appreciated!

Views

281

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 14, 2018 Nov 14, 2018

The code you're using should NOT be used in production.  It's non-standard code for Safari.   https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar

Votes

Translate

Translate
Community Expert ,
Nov 14, 2018 Nov 14, 2018

Copy link to clipboard

Copied

LATEST

The code you're using should NOT be used in production.  It's non-standard code for Safari.   https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-scrollbar

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines