50007a6d2a
Previously the <pre> snapshot floated to the top of .tile-body — when content overflowed, the oldest lines showed and newest were clipped. Now .tile-body pre is position:absolute;bottom:0 so overflow clips from the top and the lower-left corner (newest content) is always shown.