NewMoonのスクロールバーが表示されない件だけど
解決方法がPale Moonスレにあったの今更気づいたわw
フォーラムがXPだと表示できないから(自分だけ?)
まだ知らない人用に一応貼っとくね

899名無しさん@お腹いっぱい。
垢版 |
2025/10/19(日) 20:01:04.56ID:gPXn4z/d0
そのサイトのCSSにミスがあるのが原因らしい
Pale Moonの処理の方が正しいとか何とか

とりあえず回避させたいならStylemかuserContent.cssあたりに次のスレッドの記述を
https://forum.palemoon.org/viewtopic.php?f=70&t=32759

===================================
@-moz-document url-prefix("http") {
html { overflow-x: revert !important; overflow-y: revert !important; }
html, body { overflow-x: revert !important; overflow-y: revert !important; }
html body { overflow-x: revert !important; overflow-y: revert !important; }
body { overflow-x: revert !important; overflow-y: revert !important; }
html, html body { overflow-x: revert !important; overflow-y: revert !important; }
}
===================================