Dash table row selectable partially visible

Hi,

I am trying to make selectable box more visible but for some reason only when i have this:

style_table={
                'overflowY': 'auto',
            }, 

the box is only half visible. Any help appreciated.
image

Another question:

How do i align the text of the selectable box to be right while maintaining the text alignment of the data inside the table to left or center?