Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

This is not going to work because it would require changing the HTML structure: - `timeline` - `` - `` - `timeline-start` - `timeline-middle` - `timeline-end` - `` They are...

Thanks @nilaygit-10721 All issues with `v5` tag are already fixed in daisyUI 5 (alpha) or are in progress. I can't change this style in daisyUI 4 because this visual change...

The current Tailwind CSS plugin API only allows adding styles to Tailwind layers. So it's not possible. A workaround would be excluding `properties` file: https://daisyui.com/docs/base/

@almirhodzic Easier way in your CSS file: ``` @plugin "daisyui" { exclude: properties; } ``` Which excludes [this](https://github.com/saadeghi/daisyui/blob/master/packages/daisyui/src/base/properties.css) file

Does this dropdown work on your phone? https://daisyui.com/components/dropdown/#dropdown-menu Also, what's the iOS version?

Add a width to it. Like `w-full` It's not a good idea if I add a default width to the library as default because the width depends on the content....

> When moving cursor around the page, sometimes tooltip doesn't disappear completely. It ghosts on the screen. That must be a Safari bug. daisyUI only defines: when it's hovering =>...

@shakeboxapp-dev It has 4 placements: https://daisyui.com/components/tooltip/#top

I'm going to rename the issue title to mention the other challenges you mentioned. I can't do anything about the glitch, as it is something Safari must fix.