img-mapper/react-img-mapper

using Tailwind in the react project

Closed this issue · 2 comments

Describe the bug
I use a React project without Tailwind the image and hover work well
but I installed "tailwindcss": "3.3.3", after that the image does not show up, the canva and map does not work as expected nothing happens

only when I comment this line it works again
/* @tailwind base; */

I just fixed adding in global styles with
#img-mapper { position: relative !important; width: 360px !important; height: 520px !important; }

Please check: #67