Pouya Saadeghi
Pouya Saadeghi
I'm afraid removing `scroll-padding-top` is not worth it. ([reason](https://github.com/saadeghi/daisyui/pull/1008#issuecomment-1209627061))
@CapitaineToinon I agree. I don't have a proper solution for this right now. I will try to see if this approach fixes the issue: Removing the `scroll-padding-top` while typing inside...
@justingolden21 Can you please provide a code sample where you have hover issues with `` as you mentioned? Because in [this example](https://play.tailwindcss.com/LMPfVYIgu8), I'm using `` instead of `` and it...
It is specified on the docs here: https://daisyui.com/docs/config/ > utils > > Boolean (default: true) > If it's true, [responsive and utility classes](https://github.com/saadeghi/daisyui/tree/master/src/utilities) will be added And you can see...
I might need to make it more clear but here's how it is: `btn` is the component class. Every other class name that we use alongside that, would be a...
Sorry I missed this issue since it wasn't open. I will check it soon.
class name categorizations for `alert`, `button`, `radio` and `badge` has been reworked in daisyUI ` 2.24.0` Some class names were in the wrong categories. - Now all the class names...
Can you share a screenshot of something similar so I see what exactly you mean?
I recommend to keep using JS for this menu but if you want to use css only, this is what you want: https://play.tailwindcss.com/XiJotgrSQP ```html Open drawer Sidebar Item 1 Sidebar...
Thanks for the issue. And you can open a PR of course. Updating docs is appreciated but not necessary. I can do it later on. Don't worry about that.