[SOLVED] Split View in same view

i want to split my view in two pieces. Top have to be static and bottom have to be scrollable. I read views from docs but i couldn’t find any solution. Is it possible?

Hi, add a fix height and overflow to the one you need to scroll
jsfiddle

1 Like