Skip to content

Scrollable (auto-completion)

Description

Limit height of a menu dropdown to maximum height defined as CSS style. If the height of menu dropdown is bigger than defined value, the vertical scroll will be displayed.

Default value

scrollable: false

Examples

scrollable: true

Styling

To change maximum height set up CSS "max-height" property for class "tt-scrollable". Default values are set in css/autocompletion.css.

.tt-scrollable {max-height: 460px;} 

top

Funnelback logo
v15.24.0