@mcguiretj18Submitted about 2 years ago
Not super happy with the current solution. Trying to figure out a good solution for the illustration box.
Not super happy with the current solution. Trying to figure out a good solution for the illustration box.
Hello there, congratulations on your solution, I'm also trying to improve my solution.
In positioning the box, why don't you try making the "box" position absolute "relative" to the card.
Instead of making the card itself oveflow hidden , make the div containing the illustrations overflow hidden. but I think for that to work the div has to have width, maybe adding "flex: 1" to both the accordion and illustration div.
see if that works for you happy coding!