Fix borked scroll animation
This commit is contained in:
@@ -172,7 +172,8 @@ function InviteCodes() {
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
rightNav: {
|
||||
position: 'absolute',
|
||||
// @ts-ignore web only
|
||||
position: 'fixed',
|
||||
// @ts-ignore web only
|
||||
left: 'calc(50vw + 320px)',
|
||||
width: 304,
|
||||
|
||||
Reference in New Issue
Block a user