moveable icon indicating copy to clipboard operation
moveable copied to clipboard

Issue when using react-moveable along with tailwind

Open a-c-sreedhar-reddy opened this issue 2 years ago • 0 comments

Description

There is an issue when react-moveable is used along with tailwindcss. once @tailwind base; is commented out react-movable works fine.

The following repo will help in replicating the bug. https://github.com/a-c-sreedhar-reddy/moveable-react-tailwind

clone the repo
npm install
npm run dev

With tailwind base: image

Without tailwind base: image

a-c-sreedhar-reddy avatar Sep 30 '22 16:09 a-c-sreedhar-reddy