I would like to know if there is any chance that clip: rect(...)
will actually 'cut' the element in question, not just hiding it.
Here in this image, without clip: rect(...)
, shows the border to exceed the space of your container (white box) and consequently the horizontal scroll appears.
Inthisweseethesamethingbutwithclip:rect(...)
,andweseenothingtoexceedthecontainer,onlyits'empty'.Whatalsoinfluencesthehorizontalscroll.
All content is adjustable to the width of the screen, if I increase or decrease the width of the window, the horizontal scroll stays the same.
Briefly, I would like to know of a solution for this border that does not occupy that extra space.