Hi, I need to have a list page with these features

I can't use the Built-in 'Scroll table data' functionality because I've a lot of fields and than the horizontal data grid is very unconfortable. With a simple inspection of the code I solved a part of the problem:

now... the contents in the middle region must be scrollable, I tried to insert this portion of code:
.rnr-center{
padding:5px !important; height:500px !important; overflow-y:scroll !important ; border:0 !important;
}
in Style -> Modify -> Custom CSS
but it doesn't works, do you have any suggestion?