fix: make DesktopLeftNav not overflow screen (#762)
* fix: make DesktopLeftNav not overflow screen * scroll: auto
This commit is contained in:
parent
3cb8169a4f
commit
7d7410942f
1 changed files with 2 additions and 0 deletions
|
@ -274,6 +274,8 @@ const styles = StyleSheet.create({
|
|||
top: 10,
|
||||
right: 'calc(50vw + 312px)',
|
||||
width: 220,
|
||||
maxHeight: 'calc(100vh - 10px)',
|
||||
overflowY: 'auto',
|
||||
},
|
||||
|
||||
profileCard: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue