Alban Lorillard

Results 8 comments of Alban Lorillard

Thanks for your quick answer and sorry, I will tried to clarify. `:focus` was just an example it could be any random others rules. When I pass autoprefixer on this...

Because on my original CSS code, I gathered many selectors in a same piece of css code If you prefer,this piece of code : ``` randomSelector1, .element1:read-only, randomSelector2, randomSelector3 {...

Hi ! I've not starting at all because I've not found the time for the moment. If you want to try to solve no problem for me ;) Else, I...

Hi ! I'm also faced to this issue. Have you found any workaround ?

I finally do the same that the example. I create a container with a fixed height in the CSS and with the same properties in the example: ``` display: 'flex',...

Same after migrating from react-beautiful-dnd As a temporary workaround, I forced the `cursor: grab;` on the CSS of my draggable element

I successfully test my code, seems to be ok : ![image](https://github.com/user-attachments/assets/08ccd00b-5a70-409d-8b1c-3034f76e66bf)

Hello Jesse, I've generalized it for every HTML character using the escape method from the html library, available since Python 3.4. I updated the PR. However, there still seems to...