faster-round icon indicating copy to clipboard operation
faster-round copied to clipboard

Results 2 faster-round issues
Sort by recently updated
recently updated
newest added

The way this currently works is that you take the current DateTime at the time of the request, like so: https://github.com/TheoBr/faster-round/blob/a13b9a0ca4c4a76ba761f060d3d6326fb6a6c3ff/src/pages/results.astro#L7 And this is how it is rendered: https://github.com/TheoBr/faster-round/blob/a13b9a0ca4c4a76ba761f060d3d6326fb6a6c3ff/src/pages/results.astro#L63-L64 But...

Footer is set to have absolute position at ``bottom-0`` and when you're browsing on a phone or a smaller screen the footer would cover parts of the main content. ---...