CSS Propery issue: cursor: pointer doesn’t work with embeding
I’m trying to set cursor: pointer
to <object>
tag. It doesn’t work directly with <svg>
. More information on screen:
Issue with spacing between SVG and div elements when arranging them vertically
I’m trying to arrange SVG and div elements vertically within a container, but I’m encountering an unexpected spacing issue between them. I can’t seem to figure out where this spacing is coming from.