Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

scroll bar - how to change the alternative super thin scroll bar back to the default scroll bar?

  • 1 svar
  • 1 har detta problem
  • 37 visningar
  • Senaste svar av cor-el

more options

scroll bar - how to change the alternative super thin scroll bar back to the default scroll bar?

Recently, I was on a web page and did something that caused the scroll bar to change from the default scroll bar to a super thin scroll bar with no up or down arrows at the top and bottom of the scroll bar. How do I make this page look like the default?

scroll bar - how to change the alternative super thin scroll bar back to the default scroll bar? Recently, I was on a web page and did something that caused the scroll bar to change from the default scroll bar to a super thin scroll bar with no up or down arrows at the top and bottom of the scroll bar. How do I make this page look like the default?

Alla svar (1)

more options

Support for the two layout.css.scrollbar pref for color and width has been removed in Firefox 79, so these prefs can no longer be used to prevent websites from modifying the appearance of the scroll bars.

  • layout.css.scrollbar-width.enabled [63-78]
  • layout.css.scrollbar-color.enabled [64-78] (63:colors instead of color)

... You can use code in the userContent.css file to disable this feature.


* { scrollbar-color: auto! important; scrollbar-width: auto !important; }

See: