RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -50,11 +50,12 @@ export function ListView({
|
|||
[calculateRowHeight]
|
||||
);
|
||||
|
||||
const style = useMemo(() => {
|
||||
const style: React.CSSProperties = useMemo(() => {
|
||||
return {
|
||||
// See `<Timeline>` for an explanation of this `any` cast.
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
overflowY: scrollable ? ('overlay' as any) : 'hidden',
|
||||
direction: 'inherit',
|
||||
};
|
||||
}, [scrollable]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue