Incorrectly placed filtering dropdown causes layout overflow on record page
Steps to reproduce
-
Navigate to a record page with linked records
-
Within the table widget, open the filtering dropdown and proceed to add a filter.
-
Expect to see the filtering dropdown positioned below the filter button and with its right edge aligned with the right of the rest of the content already on the page
-
Instead observe that it causes this weird layout problem
I found this issue during QA of the v0.1.4 release but I was able to reproduce it on the demo site so I'm putting it in the Backlog milestone.
I wanna take up this issue but I am facing some issues while setting up the project, could you please help me with it ??
I am following these guidelines : https://github.com/shardulgawande27/mathesar/blob/develop/DEVELOPER_GUIDE.md#local-development-setup
so after running the docker command, I have Masher running in my docker, getting this in the docker logs:
2024-01-21 12:32:34 2024-01-21 07:02:34.211 UTC [50] LOG: shutting down 2024-01-21 12:32:34 2024-01-21 07:02:34.309 UTC [48] LOG: database system is shut down 2024-01-21 12:32:34 done 2024-01-21 12:32:34 server stopped 2024-01-21 12:32:34 2024-01-21 12:32:34 PostgreSQL init process complete; ready for start up.
I have also run the required command on mathesar_ui, not getting any response from that either.
/attempt #3397
I have fixed the issue will create a PR in a few