Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Mozilla サポートの検索

サポート詐欺に注意してください。 私たちはあなたに通話やショートメッセージの送信、個人情報の共有を求めることはありません。疑わしい行為を見つけたら「迷惑行為を報告」からご報告ください。

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Vertical scrollbar disappeared.

  • 2 件の返信
  • 22 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: PacNet

more options

Two days ago when I logged onto my computer, I saw that the vertical scrollbar was no longer there. I rebooted my computer, and still there is no scrollbar. I am not sure what to do, but I really miss the scrollbar. Any advice?

Two days ago when I logged onto my computer, I saw that the vertical scrollbar was no longer there. I rebooted my computer, and still there is no scrollbar. I am not sure what to do, but I really miss the scrollbar. Any advice?

すべての返信 (2)

more options

It is possible that the screen is too wide or too high and that the scroll bars fall off.
Open the system menu via Alt+Space and see if you can resize that window.
If that works then close Firefox to save that setting.

See also:


Window sizes and positions are stored in localstore.rdf in the Profile Folder.

more options

Encontré la respuesta pero desde el punto de vista de CSS, debido a que luego desaparecen los scroll en los elementos HTML, pero encontré la respuesta con los siguiente: scrollbar html {

overflow-y: scroll !important; //Con esto se evita que desaparezca el scroll

} Espero les sirva. Salu2