Skip to content

Commit a62d7e6

Browse files
committed
remove unnecessary vertical scrolling code blocks
1 parent 12bdb33 commit a62d7e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-tools/static/md/mkdocs/docs/css/custom.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,6 @@ body.reveal-agda-source pre.Agda.hidden-source {
196196
.md-main__inner {
197197
max-width: 78rem; /* default ~72rem */
198198
}
199-
/* Make Agda code blocks scroll horizontally instead of overflowing. */
200-
.md-content pre.Agda {
201-
white-space: pre;
202-
overflow-x: auto;
203-
}
204199
/* Tighten sidebars slightly. */
205200
.md-sidebar--secondary {
206201
width: 14rem; /* default ~15rem */

0 commit comments

Comments
 (0)