This commit is contained in:
Eric Bailey
2024-12-04 11:20:16 -06:00
parent 7b5a5ccbf9
commit b2143cd5b4
4 changed files with 2 additions and 35 deletions
-4
View File
@@ -490,10 +490,6 @@ const styles = StyleSheet.create({
{
translateX: '-100%',
},
{
// @ts-ignore web only -esb
translateX: 'var(--scrollbar-offset-negative, 0px)',
},
],
width: 240,
// @ts-ignore web only
-4
View File
@@ -127,10 +127,6 @@ const styles = StyleSheet.create({
{
translateX: 300,
},
{
// @ts-ignore web only -esb
translateX: 'var(--scrollbar-offset, 0px)',
},
],
maxHeight: '100%',
overflowY: 'auto',