docs: chain migration guide (#23844)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
This commit is contained in:
ccurme
2024-07-05 19:37:34 -04:00
committed by GitHub
parent 9787552b00
commit ee579c77c1
6 changed files with 812 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ export function ColumnContainer({children}) {
export function Column({children}) {
return (
<div style={{ flex: "1 0 300px", padding: "10px", overflowX: "clip", zoom: '80%' }}>
<div style={{ flex: "1 0 300px", padding: "10px", overflowX: "scroll", zoom: '80%' }}>
{children}
</div>
)