Share Posted April 29, 2022 Originally, the .ball class was a div tag.I changed it to svg circle.Then, you can only see it properly if you move the mouse pointer to the limited square area in the upper left corner.How can I solve this problem? See the Pen YzeKVyN by goodcontext (@goodcontext) on CodePen Link to comment Share on other sites More sharing options...
Solution Solution Share Posted April 29, 2022 You just need to set overflow: visible on your SVG. 😉 3 Link to comment Share on other sites More sharing options...
Author Share Posted April 29, 2022 Thank you for your answer.Have a nice day. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now