We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88daf9c commit 1935b61Copy full SHA for 1935b61
content/css/main.css
@@ -155,7 +155,7 @@ hr::after { content: '❧'; display: block; text-align: center; }
155
156
p>code { white-space: nowrap; } /* Sadly, overflow-wrap: anywhere doesn't compose with this */
157
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; }
+.display { display: block; margin: 1em 0; text-align: center; overflow-x: auto; overflow-y: clip; }
159
160
a { text-decoration-color: #2156a5; text-decoration-thickness: 7%; color: black; }
161
a:hover, a:focus { color: #2156a5; fill: #2156a5; }
0 commit comments