Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML CSS browser sidebar always visible in website

this is the most stupid question here on stackoverflow...

My client would like to have always visibile sidebar in all pages of his website..

Some pages have scrolling, other no, so he see logo and element jump position from one page to another of the scrollbar width ...

so... there is a way to "lock" the scrollbar space, so the he don't see "jump" form one page to another?

thank you

like image 491
davidino Avatar asked Feb 12 '26 16:02

davidino


1 Answers

html {
  overflow-y: scroll;
}

forces the scrollbar to be shown always

like image 198
rob Avatar answered Feb 15 '26 05:02

rob



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!