Categories
Browsers Internet Laptop linux Microsoft

Always Show SideBar in Mozilla

In Firefox, the vertical scrollbar disappears when content fits inside the viewport. This makes several layout types shift position, typically by 10 to 20 pixels.

You can make the vertical scrollbar visible all the time. Read the instructions below:

Always Visible Scrollbar

like Internet Explorer.

1. Open the HTML Editor/ Text Editor or Notepad

2. Copy & Paste following code snippet

  
:root {
overflow-y: scroll !important;
}

3. Save this file with name userContent.css in following path

C:\Documents and Settings\[Windows Login Name]\Application Data\Mozilla\Firefox\Profiles\[profile name (random string of 8 letters, a dot (.) followed by some more letters)]\chrome\

4. Restart Firefox

'Coz sharing is caring

By Swatantra Kumar

Swatantra is an engineering leader with a successful record in building, nurturing, managing, and leading a multi-disciplinary, diverse, and distributed team of engineers and managers developing and delivering solutions. Professionally, he oversees solution design-development-delivery, cloud transition, IT strategies, technical and organizational leadership, TOM, IT governance, digital transformation, Innovation, stakeholder management, management consulting, and technology vision & strategy. When he's not working, he enjoys reading about and working with new technologies, and trying to get his friends to make the move to new web trends. He has written, co-written, and published many articles in international journals, on various domains/topics including Open Source, Networks, Low-Code, Mobile Technologies, and Business Intelligence. He made a proposal for an information management system at the University level during his graduation days.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.