Skip to content

Commit 1935b61

Browse files
committed
.
1 parent 88daf9c commit 1935b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ hr::after { content: '❧'; display: block; text-align: center; }
155155

156156
p>code { white-space: nowrap; } /* Sadly, overflow-wrap: anywhere doesn't compose with this */
157157
p>code { line-height: 0px; } /* https://iamvdo.me/en/blog/css-font-metrics-line-height-and-vertical-align */
158-
.display { display: block; margin: 1em 0; text-align: center; overflow-x: auto; }
158+
.display { display: block; margin: 1em 0; text-align: center; overflow-x: auto; overflow-y: clip; }
159159

160160
a { text-decoration-color: #2156a5; text-decoration-thickness: 7%; color: black; }
161161
a:hover, a:focus { color: #2156a5; fill: #2156a5; }

0 commit comments

Comments
 (0)