seachel / treehehe

An interactive visualization of proof tree representations of mathematical proofs using D3 and MathJax.
0 stars 0 forks source link

Test behaviour of main tree display when oversized #4

Closed seachel closed 5 years ago

seachel commented 5 years ago

Appropriate scroll bars should be present. Try putting an over-sized image in the background.

seachel commented 5 years ago

Fixed using scrollto when tree is larger than viewport and flexbox to center otherwise.