On pages with only a single row the menu gets clipped behind the table, the screenshot isn't cut off.

Any idea how to fix this?
CSS is still not so my thing, tried different things for half an hour but had no luck so far...
You鈥檇 likely need to look at the z-index from what I can tell.
If you can link me to which file handles that popup menu I should be able to get a PR sorted.
For the chores overview page it's defined here: https://github.com/grocy/grocy/blob/b6e80580edce3db54322cec7ae02a26f6831cd8f/views/choresoverview.blade.php#L60-L75
Bootstrap reference: https://getbootstrap.com/docs/4.1/components/dropdowns/
I found a working way... :)
Most helpful comment
I found a working way... :)
https://github.com/grocy/grocy/blob/45ae386005e58ec65cd0c96e8f2283177ba7489e/public/css/grocy.css#L202-L204