diff --git a/src/components/OnlineList/index.js b/src/components/OnlineList/index.js index 7854523..4776fb1 100644 --- a/src/components/OnlineList/index.js +++ b/src/components/OnlineList/index.js @@ -286,6 +286,7 @@ export default memo(({ const styles = StyleSheet.create({ list: { flex: 1, + overflow: 'hidden', }, exitMultipleModeBtn: { height: 40, diff --git a/src/screens/Comment/index.js b/src/screens/Comment/index.js index cd1c844..4c13451 100644 --- a/src/screens/Comment/index.js +++ b/src/screens/Comment/index.js @@ -161,4 +161,7 @@ const styles = StyleSheet.create({ pagerView: { flex: 1, }, + pageStyle: { + overflow: 'hidden', + }, }) diff --git a/src/screens/Home/SongList/List.js b/src/screens/Home/SongList/List.js index b4af852..670408e 100644 --- a/src/screens/Home/SongList/List.js +++ b/src/screens/Home/SongList/List.js @@ -126,6 +126,7 @@ export default ({ width }) => { const styles = StyleSheet.create({ container: { flex: 1, + overflow: 'hidden', }, list: { flex: 1, diff --git a/src/screens/Home/components/Main.js b/src/screens/Home/components/Main.js index b9bead4..8530079 100644 --- a/src/screens/Home/components/Main.js +++ b/src/screens/Home/components/Main.js @@ -201,7 +201,6 @@ const styles = StyleSheet.create({ flexGrow: 1, flexShrink: 1, backgroundColor: '#fff', - overflow: 'hidden', }, pagerView: { flex: 1,