Handle long feed listings on the right nav with scrolling (#1562)

This commit is contained in:
Paul Frazee 2023-09-28 10:33:14 -07:00 committed by GitHub
parent cc1c9ab305
commit 16763d1d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -125,6 +125,8 @@ const styles = StyleSheet.create({
// @ts-ignore web only
left: 'calc(50vw + 320px)',
width: 304,
// @ts-ignore web only
maxHeight: '90vh',
},
message: {