This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

How do I temporarily hide the scroll bars ?

  • 5 àwọn èsì
  • 7 ní àwọn ìṣòro yìí
  • 1 view
  • Èsì tí ó kẹ́hìn lọ́wọ́ whoo

more options

How do I temporarily hide the scroll bars ?

How do I temporarily hide the scroll bars ?

Ọ̀nà àbáyọ tí a yàn

This code will hide both scroll bars:

void(document.body.style.setProperty("overflow","hidden",""));
Ka ìdáhùn ni ìṣètò kíkà 👍 1

All Replies (5)

more options

Open the Firefox > Web Developer > Scratchpad (Shift+F4) and paste this code in it and use Execute > Run (Ctrl+R) or create a bookmarklet with this code as the location.


javascript:void(document.body.style.setProperty('overflow-y','hidden','important'));void(document.body.style.setProperty('overflow-x','hidden','important'));

Change hidden to auto to get the scroll bar(s) back.

more options

I assume that your post in [/questions/906990#answer-291125] ended up in the wrong thread and should have appeared here.

The only thing that changes if you run the code in the Scratchpad is the disappearance and reappearance of the scroll bar in the current tab. You do not see anything in the Scratchpad. So you need to switch back to the browser window. You can test it with this code, that should make both scroll bars appear:

void(document.body.style.setProperty("overflow","scroll",""));

[/questions/906990#answer-291125]:

In Scratchpad I ran both: .
void(document.body.style.setProperty("overflow-x","hidden",""));
.
and
.
void(document.body.style.setProperty("overflow-x","hidden",""));

In the 2nd one I got:

17:48:57.826 |x unexpected end of XML source
 @ Scratchpad:1'''
.
.
For the 1st one I got no activity, only a blinking cursor.
.
any other ideas ?
.
Good luck and merry Christmas,  Bill
.</blockquote>
more options

To: cor-el

From: whoo

Re: Scroll Bars


OK, I think that I've finally got it! One last question - In:

void(document.body.style.setProperty("overflow","scroll",""));

what do I change to HIDE BOTH the scroll bars ?

Ti ṣàtúnṣe nípa whoo

more options

Ọ̀nà àbáyọ Tí a Yàn

This code will hide both scroll bars:

void(document.body.style.setProperty("overflow","hidden",""));
more options

cor-el

Thank you very much for you help and persistence.

When offering your much appreciated help and advice I urge you to consider the level of expertize that your audience may have. I have found that slow, step by step instructions are the most effective.

Thanks again, whoo (Bill)