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
6 lines
93 B
Markdown
6 lines
93 B
Markdown
---
|
|
"@openfun/cunningham-react": patch
|
|
---
|
|
|
|
Use `overflow:auto` instead of `overflow:scroll`
|