Open tanguyMichardiere opened 1 year ago
This must be fixed already. Let me know if the issue still exists.
Unfortunately the problem is still here in version 4.4.4
Issue still exists.....
Better understanding of spaces
This is how it looks running locally.
Same code on deployment [Vercel]
Can you share a reproduction repo?
Here is the link of project i am working on. This one is deployed , you can make a dummy acc and check the chat section.
It appears the bug is fixed in Safari for iOS 18 Developer Beta 1
I'm encountering same issue. . . during development and production.
1. Checklist
npm i -D daisyui@latest
) but I still have this issue2. What version of daisyUI are you using?
v3.9.2
3. Which browsers are you seeing the problem on?
Safari, Safari iOS
4. Reproduction URL
https://play.tailwindcss.com/3qawI5PSrj
5. Describe your issue
For the reproduction I copied the "Chat with image, header and footer" example from the daisyUI docs and wrapped it in a div with
flex
andflex-col
(also occurs withflex-col-reverse
). On Safari and Safari for iOS there is a lot of additional spacing, and the twochat
elements overlap as a result:After some testing, I didn't reproduce the bug with any of the other examples on the same docs page, except if I switch one of the
chat-start
withchat-end
on "Chat with image". So it seems it occurs when there are bothchat-start
andchat-end
bubbles, andchat-image
.