aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-09-25Fix auto scrollbar displacing contentHEADmasterAxel Forsman
After the table of results is populated from first starting to type in the search field it likely no longer fits vertically on the page. This caused the browser to provide a scrollbar that would offset the content. Fixed by using `overflow-y: scroll` to prevent the scrollbar from appearing and disappearing when the content changes. Instead the scrollbar is always displayed.
2020-09-15Add GitHub Pages frontendAxel Forsman
2020-09-13Add workflow for building indexAxel Forsman
2020-09-13Add licenseAxel Forsman
2020-09-13Add README.mdAxel Forsman
2020-09-13Add ShellCheck GitHub Actions workflowAxel Forsman
2020-09-13Use ':' as Git tag delimiterAxel Forsman
Git tags are allowed to contain commas but not colons.
2020-09-13Initial commitAxel Forsman