Editing/Adding a multiline cell gets hidden/covered by table header

Currently our solution is to use a custom CSS rule, which works so far:

[role="rowgroup"] {
  z-index: 1000;
}