react-native-mathjax
react-native-mathjax copied to clipboard
long equations horizontal scroll is not working
long equations horizontal scroll is not working i have tried css overflow-x : scroll and overflow-x : auto both.
Originally posted by @amansaxenalapa11 in https://github.com/calvinkei/react-native-mathjax/issues/25#issuecomment-963111509
<WebView
nestedScrollEnabled={true}
scrollEnabled={true}
onMessage={this.handleMessage.bind(this)}
source={{ html }}
{...props}
/>
i reslve my prblem by adding this style