dillingham / nova-items-field

Laravel Nova array items field with sorting & validation
MIT License
113 stars 32 forks source link

add maxHeight() option #5

Closed dillingham closed 5 years ago

dillingham commented 5 years ago

I would say to let the developer style it however they want But in some cases it may effect the behavior It might be nice to conditionally do things when height is set

->maxHeight(300)

    max-height: 300px;
    overflow-y: auto;

screenshot

dillingham commented 5 years ago

released in v0.1