Scroll bar in SVG

how to remove this when i import an SVG image

Your SVG viewbox on the SCG code is too big and needs adjustment.

you have to share that part of your SVG code ... usually the first view lines

example

<svg
width="800"
height="600"
viewBox="0 0 800 600"

play with the values and you will see the changes

scrol

a 1000 pixels i hight seems to be very much .. and the values for 'viewbox' and width/hight do nto have to be equal..just play with the values ... but I would start with values fitting your screen hight ... like 600 pixel

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.