Pouya Saadeghi
Pouya Saadeghi
Well... There's no way for CSS to check if scrollbar exists or not and add gutter only if scrollbar exists. 1. If modal adds gutter - if there's scrollbar, all...
Added to v5 docs: https://v5.daisyui.com/docs/config/#exclude
Thanks for the PR, but there are already examples for that: https://daisyui.com/components/collapse/#collapse-with-checkbox [collapse](https://daisyui.com/components/collapse/#collapse-with-checkbox) and [accordion](https://daisyui.com/components/accordion/) are basically the same thing visually, we can use them with checkbox or radio input...
Thanks. About keeping an item open, simply checking the radio or the checkbox using `checked` attribute will do it (like the examples from MUI or Bootstrap you mentioned) I would...
@KozSuper My friends, thanks for the issue and follow up comments. We need a reproduction link to see the problem in action. I don't see the issue in the original...
@leouie28 `overflow-x-auto` class is causing that. This will be fixed in the upcoming daisyUI 5 release by using the new HTML popover API for dropdowns.
Additional note: This issue only exists in CDN file.
I wish there was a way to define keyframes using utility classes… so people could just copy the HTML, without needing to add style to CSS file.
In config, it must be `accent-content` because we process the built-in colors to generate the missing ones with a valid contrast. ```diff light: { ...require('daisyui/src/theming/themes')['light'], - '--pc': '99% 0 0',...
Thanks for the quick answer. Sure. The issue is order of styles which is important because order is important in CSS. I updated the example: https://github.com/saadeghi/tw4-component-layer-issue For example here I...