kareemmahlees / tablex

Cross-Platform table viewer written in Rust
https://tablex-tan.vercel.app
MIT License
64 stars 5 forks source link

[BUG] Save button overflows beyond the lower edge of the screen #95

Closed kareemmahlees closed 3 weeks ago

kareemmahlees commented 1 month ago

Describe the bug When a table has many columns ( >=10 ) the save button is cropped by the lower edge of the screen in the create/edit row sheet.

To Reproduce

  1. Create a table with many columns.
  2. try to create or edit a row.

Expected behavior The save button should be displayed as complete.

Screenshots N/A

System Info (please complete the following information):

Additional context The issue is probably related to the new Sidebar component.