Skip to content

Commit ed3cb6e

Browse files
committed
Don't show scrollbar for code blocks that fit within their containers
1 parent 682edd6 commit ed3cb6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

root/static/css/main.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ pre.poem {
280280
/* Ensure code blocks don't overflow their containers */
281281
pre.scrolled code {
282282
display: inline-block;
283-
min-width: 100%;
284283
}
285284

286285
/* Styles for our "scroll to top" button */

0 commit comments

Comments
 (0)