You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use-case: If the page have a toast area (div with toast class), it is not visible without any content inside it and can be used in conjunction with javascript to show alerts when it is required.
Issue: If the button is located in the same part of the page, the button area that overlaps with toast padding is not clickable. You can check how it looks like in the provided reproduction url.
Solution: The solution I see is to replace p-4 with m-4in here
The text was updated successfully, but these errors were encountered:
Thank you @condemil
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
What version of daisyUI are you using?
4.12.10
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://play.tailwindcss.com/AE6Alyeiqn
Describe your issue
Use-case: If the page have a toast area (
div
withtoast
class), it is not visible without any content inside it and can be used in conjunction with javascript to show alerts when it is required.Issue: If the button is located in the same part of the page, the button area that overlaps with toast padding is not clickable. You can check how it looks like in the provided reproduction url.
Solution: The solution I see is to replace
p-4
withm-4
in hereThe text was updated successfully, but these errors were encountered: