diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 914dfb53a5..8c701ea4e6 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -274,6 +274,8 @@ const styles = StyleSheet.create({ top: 10, right: 'calc(50vw + 312px)', width: 220, + maxHeight: 'calc(100vh - 10px)', + overflowY: 'auto', }, profileCard: {