We have a base style sheet for a mobile web app where we have html and body set to overflow-x:hidden to prevent any horizontal scrolling.
However on 1 page, we have an i
Tried overflow-x: visible; instead? Also I don't believe the !importants are necessary.
overflow-x: visible;
!important