Closed MrTomRod closed 4 years ago
Thanks for your interest @MrTomRod and for the bug report!
This repo has actually been replaced by a more modern React component, which is available here: https://github.com/ihh/abrowse
The React version is functionally equivalent, but does not have this DOCTYPE bug, and will be the version that is maintained going forward.
All best, Ian
Thanks for making this cool, simple and versatile tool!
I want to embed it into a website but noticed a bug: The standard declaration of
<!DOCTYPE html>
destroys the layout!This is how to reproduce this: Simply replace
<html>
with<!DOCTYPE html>
indemo.html
.That's what it looks like (tested in Firefox and Chrome):