Scrollable columns

i would like to have longer articles or shortcodes with more info be scrollable in a column that is inside of a row with a set height.

like this chat https://wordpress.org/support/topic/fixed-height-and-scrollable-column/

Hi Devon,

Thank you for writing in, to do that, please inspect your Column and set your fixed max-height on the column.

Then on that same column you need to apply a overflow: scroll; CSS property, you can add it via the Column’s Element CSS area.

e.g.

$el {
  overflow: scroll;
}

More details about CSS property overflow

Have a nice day,

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.