mathesar
mathesar copied to clipboard
Unable to scroll vertically on "create superuser" page
Problem
This is the first page the user sees when installing Mathesar.
It doesn't allow vertical scrolling. Instead, content overflows the viewport.
Steps to reproduce
I'm not actually sure how to view this page in development mode. Whoever picks this issue up will need to figure that out on their own. To point you in the right direction: this page appears to be a Django template — not a Svelte component.
Hey @seancolsen! I have viewed this page in development mode. But can u please elaborate this issue (through the more images/video/gif). Because, I am able to vertically scroll the page content. Thank you!
Hmmm...
I was able to view the page in development mode with these steps:
-
Wipe out your users with:
docker exec -it mathesar_dev_db psql \ -U mathesar \ -d mathesar_django \ -c 'truncate table mathesar_user cascade;'
-
Visit http://localhost:8000
But strangely, I wasn't able reproduce the bug there. I could scroll vertically on that page just fine. Very weird!!
Here's how I am able to reproduce it:
-
Run:
docker run -it --rm -p 8000:8000 mathesar/mathesar-prod:0.1.4
-
Visit http://localhost:8001/
However, those reproduction steps make the feedback loop arduously slow to attempt fixing this bug. This is going to require some careful digging.
Due to this complexity, this issue is not tagged as "good first issue". Contributors are still welcome to pick this up, but you'll need to work independently to track this down. Due to the low priority of this issue, the maintainers team will not have the bandwidth to assist much with it.