fix: make DesktopLeftNav not overflow screen (#762)
* fix: make DesktopLeftNav not overflow screen * scroll: auto
This commit is contained in:
@@ -274,6 +274,8 @@ const styles = StyleSheet.create({
|
||||
top: 10,
|
||||
right: 'calc(50vw + 312px)',
|
||||
width: 220,
|
||||
maxHeight: 'calc(100vh - 10px)',
|
||||
overflowY: 'auto',
|
||||
},
|
||||
|
||||
profileCard: {
|
||||
|
||||
Reference in New Issue
Block a user