aboutsummaryrefslogtreecommitdiffstats
path: root/dist
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