Tag Archives: CSS Tools

Controlling element overflow

The following statement is used to control Horizontal or Vertical overflow of any HTML element: * { overflow-x:hidden; overflow-y:auto; }