Pouya Saadeghi
Pouya Saadeghi
@bryndsey thank you. Yes it's a bug from the browser indeed and I really can't fix it on my own. You can use the workaround tho. I hope they fix...
This is fixed. > Having mobile responsiveness built in would be fantastic, as I typically have to implement it myself. It would be very convenient to have it included by...
@st1ng7ay Your custom themes are missing some color names. You only included `primary` and `secondary` colors. If you're adding a new custom theme, make sure your new theme has all...
> However you can use PostCSS plugins like [postcss-prefixwrap](https://github.com/dbtedman/postcss-prefixwrap) to add a wrapper selector to all CSS rules. I can ...but this is an extremely rare situation. Adding a dependency...
Fixed in latest version `2.49.0`
Thank you for the PR. This would be cool but I still have doubts about it. I thought a lot and I think the problem is, it adds a little...
Moving forward with version `3.0` I have no plans for adding this feature for now unless we get more requests about this. However as you know, people can already defines...
I couldn't reproduce this issue. Please share a sample repo so I can investigate what is the problem.
Here's an example with Solid.js and I can't see scroll on the background: https://stackblitz.com/edit/daisyui-solidjs-8yddmx?file=src%2FApp.jsx Please provide a code example so I can see your markup.
I see the issue on Firefox (MacOS) and it's weird. Modal is using `overscroll-behavior` so the page doesn't scroll when we're scrolling on the `modal` However, Firefox is not respecting...