TIL
Slim down code block scrollbars with scrollbar-width and -webkit-scrollbar
Browser-default scrollbars on pre elements look bulky. scrollbar-width: thin for Firefox and ::-webkit-scrollbar for Chrome/Safari make them minimal.
1 min read
Content tagged with "css"
Browser-default scrollbars on pre elements look bulky. scrollbar-width: thin for Firefox and ::-webkit-scrollbar for Chrome/Safari make them minimal.
Short Japanese text in Markdown table columns was wrapping vertically. Widening the separator dashes didn't help — applying white-space: nowrap in .prose CSS was the fix.