userContent.cssで以下を設定して
selectのスクロールバーを非表示にしたいのですがうまくいきません。
文字は赤色にはなっているのですが…教えて頂ければ幸いです。

@-moz-document url-prefix("https://www.nakamurayuji.com/archives/3045";) {
select {
color: red !important;
scrollbar-width: none !important;
}
}