lizi

Results 50 comments of lizi

I have implemented this feature in the v0.4-beta version.

You can use [!important](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#the_!important_exception) to override inline style.

Maybe I can add DrawerSize::Px(u16) to fix this problem?

I solved it in v0.3.3, can you try it and see if there is still this problem?

Sorry for the late reply! Can you provide more code of your website. For example, the parent component of Upload. ```html "upload" ```

I found a way to solve this problem without modifying leptos. Refer to the `SSRMountStyleProvider` component in https://github.com/thaw-ui/thaw/commit/266dd6dd4a75484501cd8936429669221c1d4ee1. In addition, I think the core problem is that the functions of...

I have not found this mouse position yet. I'll mark it as a bug and I'll fix it once I reproduce the issue.

`attr:style="color: red"` is changed to `style="color: red"`. `attr:style` will override the `style` of the `div`, so I provide a `style` prop for the `Flex` component.