I'm using this CSS code to remove spacing:
body { scrollbar-gutter: stable both-edges; }
I'm using the Offcanvas component. But when I open and close this component scrollbar is not showing.
Thanks in advance.