Svg scroll bar remove

Hello everyone, I have had this concern for a long time and I would like to know if there is any way to remove the scroll bar from my svg image as you can see in the image


It doesn't matter if I make it big or small, the bar is still there, thanks in advance

Try increasing the node size, worked for me.

And did you set the width and height of your svg element to 100% ?

There's always a chance that element wit 100% has a border which on circumstances calculates in. So if with rules for container don't have overflow in definitions, it is arbitrary result.