svg in the div still showing when the container height is 0
hey folks this is my code
i have set the height of div to 0 still the div content are showing why is it happening i have attached image when the div height is 0 and when its not
5 Replies
Its due to the padding on the div
i removed the padding still its showing
Now try adding overflow-hidden to the div
i know about that but can we use that with transition
What is the issue that you have with transition?