Overflow on toggle model

How i can add a over flow or a scroll vertical bar on the toggle panel? i need to put that because when i have so many records on the toggle panel, if i scroll, my sidebar go up and shows wrong
No description
No description
2 Replies
!Andy
!Andy4mo ago
You should set the height: 100vh in the parent element and set the overflow-y: scroll into the child element.
JayAyAre
JayAyAre4mo ago
i was trying and i get it with ->columnToggleFormMaxHeight('300px') but anyways thx for help me :DD