ovidiuch / illustrated-algorithms

Interactive algorithm visualizations
https://algorithms.now.sh
MIT License
2.77k stars 166 forks source link

Fix misalignment due to browser scrollbar #10

Closed RadValentin closed 7 years ago

RadValentin commented 7 years ago

Fixes #9

RadValentin commented 7 years ago

@skidding can you take a look please?

RadValentin commented 7 years ago

Looking good. Is it normal for display: table-cell to work without having a parent with display: table?

The browser should imply display:table for the parent, there is some concern about cross-browser inconsistency but from what I can tell it works fine.

RadValentin commented 7 years ago

@skidding can you take another look?