Overflow scroll on phone

Maybe it’s an issue with the <style> tag being inside field content and not in the card Styling? Does it work if you add the below css to the card’s Styling?

pre.code {
  overflow: hidden
}
1 Like