I want to have an SVG container that contains four SVG contents. Now these four SVG contents contain more content than can fit in the area allocated to them in the container's SVG, so I require the scroll bars to be displayed automatically so that the full svg content is viewed by the user by scrolling.
I tried setting new viewports by adding the width and height of the attributes, but the scrollbars are not showing. I even tried using the overflow property with scroll and auto values, but still the scroll bars are not showing.
What is the correct solution to this problem?
svg
Raks
source share