Closed gmart7t2 closed 3 weeks ago
On Android, too:
It looks like this was introduced by #3947 removing the scrolling=no
.
Size by side comparison of 0.20.0 and 0.20.1:
I landed a partial fix for this in #4042. The image preview is now fixed, so that the images don't overflow. This should remove all scrollbars on image inscriptions. I also removed scrollbars entirely from inscription thumbnails. This means that the only scrollbars remaining are on non-image inscriptions on /inscription which overflow their bounds. I'm not entirely satisfied with that, since I'm not sure we should have scrollbars at all, especially because they're so ugly on Windows, so I'm going to leave this image open so people have a place to complain about it.
I still see scrollbars on some thumbnails even with scrolling=no on the iframe:
Are those on the iframe element itself, or on an interior element of an HTML inscription? I suppose an HTML inscription could have interior content which overflowed the size it's rendered at. But if that's the case, I'm not sure there's much we can do about it, since we don't want to start monkeying with the contents of HTML inscriptions.
I wrote up the situation in #4048.