codegouvfr / react-dsfr

🇫🇷 The Frech Government Design system React toolkit
https://react-dsfr.codegouv.studio
MIT License
403 stars 49 forks source link

Accordion: when I open it, I only see part of its content. #270

Closed GillesFONO-saegus closed 1 month ago

GillesFONO-saegus commented 1 month ago

In my code, I have an accordion that contains a nested div which constitutes the content I want to display. It used to work quite well before, but now I can only see part of this content, approximately 24px of the whole content. The rest is cropped.

garronej commented 1 month ago

Hello @GillesFONO-saegus,

What version of react-dsfr introduced this bug?

GillesFONO-saegus commented 1 month ago

I have this version : "@codegouvfr/react-dsfr": "^1.9.8",

garronej commented 1 month ago

Yes but you said it worked before? With what version did it started to break?

GillesFONO-saegus commented 1 month ago

It start to break with 1.9.8 i think.

garronej commented 1 month ago

And it worked with 1.9.7 ?

GillesFONO-saegus commented 1 month ago

I work with Docker and I just tried to start it without Docker on version 1.9.8, and it works.

GillesFONO-saegus commented 1 month ago

I don't know why but i think it is my docker container the problem. I will investigate the problem. Thanks for your answers

garronej commented 1 month ago

Cool!