horizontalOverflowTableStrategy

Which strategy to use for table elements that don't fit horizontally.

If set to SCROLL: Table elements (

or elements with display: table or display: inline-table) will be allowed to scroll horizontally when they are overflowing.

If set to SCALE: The elements will instead be scaled down to fit on the screen.