fix: make DesktopLeftNav not overflow screen (#762)
* fix: make DesktopLeftNav not overflow screen * scroll: autozio/stable
parent
3cb8169a4f
commit
7d7410942f
|
@ -274,6 +274,8 @@ const styles = StyleSheet.create({
|
|||
top: 10,
|
||||
right: 'calc(50vw + 312px)',
|
||||
width: 220,
|
||||
maxHeight: 'calc(100vh - 10px)',
|
||||
overflowY: 'auto',
|
||||
},
|
||||
|
||||
profileCard: {
|
||||
|
|
Loading…
Reference in New Issue