| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-25 | Fix auto scrollbar displacing contentHEADmaster | Axel 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-15 | Add GitHub Pages frontend | Axel Forsman | |
