Files
cunningham/.changeset/hip-masks-love.md
jbpenrath dc8015f080 💄(react) use overflow auto instead of scroll
Currently, Tooltip and Datagrid components are set to always scroll bar.
This is weird, as the scrollbar is always shown even if this is not
needed. Instead, we use `auto` value to display it only when
it is needed
2024-08-20 14:47:48 +02:00

93 B

@openfun/cunningham-react
@openfun/cunningham-react
patch

Use overflow:auto instead of overflow:scroll