fix: make DesktopLeftNav not overflow screen (#762)

* fix: make DesktopLeftNav not overflow screen

* scroll: auto
zio/stable
LW 2023-05-30 19:18:00 -07:00 committed by GitHub
parent 3cb8169a4f
commit 7d7410942f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -274,6 +274,8 @@ const styles = StyleSheet.create({
top: 10,
right: 'calc(50vw + 312px)',
width: 220,
maxHeight: 'calc(100vh - 10px)',
overflowY: 'auto',
},
profileCard: {