Search code examples
htmlcssadobeoverflow

Stop IMG tag overflowing


How do I stop a single div from overflowing vertically, after using position absolute. I have an img tag that links to an SVG in a folder.


Solution

  • Just use overflow: hidden; or z-index: -1; for the image. And can you please share youre Code if you need something else