Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

Fixes container overflow on pre>code blocks

Open naomiyaki opened this issue 9 years ago • 3 comments

screen shot 2015-06-26 at 2 24 13 pm

Pasted from commit comment: I found that without setting overflow explicitly on the nested <code> element, any non-wrapping code would create an overflow that would scroll the <pre> element, but would therefor leave the code wrapper behind, with overflowing code appearing outside the wrapper (sample attached). This change fixes the UI so all code stays within the wrapper on scroll. Tested in Chrome, Firefox, and Safari (OS X).

naomiyaki avatar Jun 26 '15 21:06 naomiyaki

Fixed at https://github.com/skeletonframework/skeletonframework

gld1982ltd avatar Dec 09 '15 16:12 gld1982ltd

This is pretty much the first problem ran into when using Skeleton. Thanks for the fix.

mulle-nat avatar Jan 13 '22 15:01 mulle-nat

This is pretty much the first problem ran into when using Skeleton. Thanks for the fix.

Even though it's been years since I submitted this, it's still always nice to hear! Glad it helped and thanks for the comment.

naomiyaki avatar Jan 13 '22 19:01 naomiyaki

This looks like it was fixed in another repo. Thank you!

naomiyaki avatar Jan 12 '23 23:01 naomiyaki