💄(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:
committed by
Jean-Baptiste PENRATH
parent
b0b7061b7a
commit
dc8015f080
5
.changeset/hip-masks-love.md
Normal file
5
.changeset/hip-masks-love.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
Use `overflow:auto` instead of `overflow:scroll`
|
||||
Reference in New Issue
Block a user