⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Dropdown values are hidden under table footer



Sorin Sfirlogea

Sorin Sfirlogea
  • profile picture
  • Member

Posted 03 December 2020 - 21:21 PM

Seems like a positioning / z-index problem, but I was unable to fix it. Same happens in modal windows - see example here (editing a record): https://www.grocerycrud.com/enterprise/api-and-function-list/setRelation/#/!

 

 

 


Sorin Sfirlogea

Sorin Sfirlogea
  • profile picture
  • Member

Posted 03 December 2020 - 21:33 PM

Gotcha! Solved it.

In grocery-crud-v2.8.6.2ede690.css some adjustments must be done:

 

.gc-modal-body {
  overflow: auto visible;
}

 

.gc-datagrid-table-container {
  overflow-x: auto visible;
  padding: 0px 10px;
}