My English isn't the best and I'm just starting out with CSS.
The scroll bar is taking up space and I want to prevent that from happening.
I have noticed that when the scroll bar appears, it causes the fixed navigation menu bar to shift and the background pictures to shrink. Conversely, when the scroll bar disappears, the dimensions change again.
How can I specifically target the Scrollbar element?
In pseudo code:
Is there a way to style the scrollbar like {Fixed}?
I aim for the other elements' dimensions not to be affected.
Here's an example link that illustrates my issue. As the div moves, the scrollbar becomes visible and the size of the background image changes. If there's a navigation menu present, its size also fluctuates. I need their dimensions to remain constant (even when overflow:auto). How can I achieve this?
Thank you...