Init Chat Folders Settings UI
This commit is contained in:
parent
791ccda7aa
commit
157496f822
14 changed files with 1829 additions and 13 deletions
|
@ -52,10 +52,9 @@ export function ListView({
|
|||
|
||||
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',
|
||||
overflowY: scrollable ? 'auto' : 'hidden',
|
||||
direction: 'inherit',
|
||||
scrollbarGutter: 'stable',
|
||||
};
|
||||
}, [scrollable]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue