mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 21:07:05 -06:00
fix(react/revisions): revision list overflowing when too many
This commit is contained in:
parent
f0d14a966a
commit
19c0305ed9
@ -35,6 +35,7 @@ export default function FormList({ children, onSelect, style, fullHeight }: Form
|
||||
const style: CSSProperties = {};
|
||||
if (fullHeight) {
|
||||
style.height = "100%";
|
||||
style.overflow = "auto";
|
||||
}
|
||||
return style;
|
||||
}, [ fullHeight ]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user