Contents

Row Overflow

What happens when row content does not fit the row box.

Where to find it
Labelled Overflow in the "Entire Row" section of the Modify drawer.
Per device
Yes — you can set one value for every screen, or separate values for phone, tablet, and desktop.
Underlying CSS
overflow

In plain English

Overflow decides whether overflowing content is visible, clipped, or scrollable on both axes.

When you would use it

  • A fixed-height row should scroll or clip instead of spilling.

How to change it

  1. Open "Entire Row", then "Overflow".
One value, or one per device? Every input in this setting sits under a “Same value for all resolutions” checkbox. Leave it checked for a single value everywhere, or uncheck it to give phones, tablets, and desktops their own. How per-device values work.

Watch out for

  • If Overflow X or Overflow Y is also set, the browser cascade decides the effective value.

Related settings

Where to go next