/* To solve overflow issue in IE, always use properties separately, do not use short hand */ div { overflow-x: hidden; overflow-y: auto; }