
It was inevitable that there would be the odd issue here and there to fix after the site went live. Two have emerged so far. The first one was evident on the species list. The page was being rendered too short to contain the entire list, and when the list was filtered to show a shorter list, the page was being rendered too long. It was a problem I overcame some time ago, so I was surprised to see the problem had emerged again once the site went live, but I’ve managed to fix that one now.
The other problem seems to be specific to Android phones running the Chrome browser. For whatever reason, the site’s header is being rendered in a rather ugly way. My code interrogates the screen (browser) width before deciding how best to render the header (and a whole lot of other content), and whilst it’s working fine on the other content, Android Chrome just isn’t working nicely with the header. Right now, I have no idea why, but as far as I know, this is currently the only bug remaining.
*update* – the Android Chrome bug has now been fixed too. It was a small error in the CSS.