Thread Starter
fifth
(@fifth)
I figured this isn’t an actual bug but an overflow-y issue which hid the bottom of the Ninja Table form. I fixed this by targeting the CSS ID of the form with #nt_editor_form_35 and used position: absolute; top: -60px; this did the trick. Note that the 35 in the ID will be different for your own table.
tip: use margin-left: auto; margin-right: auto; to horizontally align the form to viewport