Van Nguyen

Results 3 comments of Van Nguyen

For anyone affected by this, you can fix this by applying this css to the element divs: ` &>div { min-width: 0; overflow: hidden; } ` This is because css...

The pull request 16, https://github.com/benschmaus/nodeload/pull/16, has a fix for this issue.

FYI: if you or someone else runs into this again, remove the line with `bun.lockb` from the `.dockerignore` file created by `fly launch`.