My English is not good and I'm new to CSS.
The scroll bar is taking up space. I want it not to happen.
Because the fixed navigation menu bar center is changing. The size of background pictures changes. It is shrinking. When the scroll bar disappears, the dimensions change again.
How do I isolate the Scrollbar element?
Psuedo code: Scrollbar Like {Fixed}?
Is it possible?
For the dimensions of the other elements not to be disturbed.
https://codepen.io/ariona/pen/geFIK
For example, there is an example on this link. When the div is moving, the scroller is visible. And the size of the background image changes. If there is a navigation menu, its size also changes. Their dimensions should not change. (When overflow:auto) How is this provided?
Thank you...