I think this is probably more of a beginner question, but I'm wondering how I can adjust divs so that they account for the width of a scrollbar. In this screenshot, the header image is a block element, auto width, auto height, no padding or margins. Any tips? Thanks!
I found the answer - one of my elements was using 100svw instead of 100%. This causes that behaviour where the scrollbar covers the div. Hope this helps someone!
I found the answer - one of my elements was using 100svw instead of 100%. This causes that behaviour where the scrollbar covers the div. Hope this helps someone!