Pouya Saadeghi
Pouya Saadeghi
Does this happen if you disable the daisyUI CSS file?
I can't reproduce the issue with iOS 16.4 on iPhone 14. It's so weird that CSS is causing the issue 🤔 Is this issue only on CodePen or does this...
Thank you for reporting. Unfortunately removing the `grid` (and adding it only when modal is open) disables the open animation. I don't know if there's a way to fix that...
Join overlaps items on each other by one pixel. Because when we user outline buttons or bordered inputs next to each other we only need 1px border between them. It...
Is this Windows or Linux? If yes, what version?
> That would be great 🙏 You can [fork it from here](https://stackblitz.com/edit/daisyui-nextjs), install new dependencies and apply file structure changes. Then give me the link to update.
It looks like Next.js 13 on Stackblitz can not process Post CSS probably because SWC is written in Rust and the binary can not work in StackBlitz: https://stackblitz.com/edit/stackblitz-starters-rzdbmx Their suggested...
I don't see this issue on Chrome 1. Are you experiencing the same issue on Chrome's incognito mode as well? 2. Do you see the issue here as well? https://play.tailwindcss.com/S7kXTOx0TG...
Thanks for additional info. Currently the arrow is using `px` values (unlike other styles which are using `rem`) and that is why it's not adapting the default zoom. I will...