💄(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
This commit is contained in:
jbpenrath
2024-08-20 11:52:03 +02:00
committed by Jean-Baptiste PENRATH
parent b0b7061b7a
commit dc8015f080
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
Use `overflow:auto` instead of `overflow:scroll`