sapling icon indicating copy to clipboard operation
sapling copied to clipboard

[ReviewStack] Sticky footer

Open equetzal opened this issue 2 years ago • 1 comments

Problem

When accesing (ReviewStack](https://reviewstack.dev) for the first time, there's a footer that is sticky:

Captura de pantalla 2023-06-02 a la(s) 7 21 48 a m

Expected behavior

Not sure if that is intentionally, but I would expect it not to be sticky but be at the bottom of the scroll. Let me know if I'm wrong.

I tried to fix this by myself but I couldn't make ReviewStack to run due to missing modules problems on the codegen. Not sure if I missed some documentation on how to build it.

equetzal avatar Jun 02 '23 13:06 equetzal

I've seen the codegen issues myself sometimes. Have you tried building it with node v18 or older? Also, sorry for not having build instructions at the moment. You could take a look at what the CI does for building it as a workaround:

https://github.com/facebook/sapling/blob/main/.github/workflows/reviewstack.dev-deploy.yml

sggutier avatar Jun 26 '23 22:06 sggutier