cyberscorpio / superstart

A Firefox extension
45 stars 15 forks source link

ADD) Option to hide vertical scroll bar #48

Open bastik-1001 opened 10 years ago

bastik-1001 commented 10 years ago

Sometimes the vertical scroll bar appears and disappears if you open a group.

Besides that a vertical scroll bar appears if there are so many tiles that they don't fit on the screen.

Under the advanced options of SuperStart I added the following CSS code to hide the vertical scroll bar.

body {
overflow-y: hidden;
}

Scrolling is still possible, the bar is just not shown.

Could this be an optional setting within the options of SuperStart? It is not complex. To me it appears end user friendly to have this option.