搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 1 回覆
  • 1 有這個問題
  • 19 次檢視
  • 最近回覆由 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?

所有回覆 (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: