Table / Column selector does not have a vertical scrollbar

Hello gurus,

I’m working on a table with a huge amount of columns. Column selector is therefore unusable as it does not have a vertical scrollbar. So only x first fields can be selected / unselected.

Any tip about it ? A quick css trick maybe ?

Regards
Sebastien

For those who come to the same trouble, I have success with this tricky css change :

[code]
.v-contextmenu {
overflow-y: scroll !important;
}

[/code]If someone has a better / cleaner idea… :slight_smile:

Regards