Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: invisible toast area blocks buttons #3222

Open
condemil opened this issue Oct 1, 2024 · 4 comments
Open

bug: invisible toast area blocks buttons #3222

condemil opened this issue Oct 1, 2024 · 4 comments
Labels

Comments

@condemil
Copy link

condemil commented Oct 1, 2024

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 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-4 in here

Copy link

github-actions bot commented Oct 1, 2024

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.

@saadeghi saadeghi added the v5 label Oct 31, 2024
@Root-acess

This comment was marked as spam.

@condemil
Copy link
Author

condemil commented Nov 6, 2024

Is comment above is generated by AI based on my initial comment but with different wording? Sorry if I'm wrong, but it looks like it.

@Root-acess

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants