Remove max-height from pre

This commit is contained in:
Wesley Moore 2024-04-07 15:48:46 +10:00
parent 8dc2f9a6d4
commit f6b5fb6bfa
No known key found for this signature in database

View file

@ -42,7 +42,6 @@ pre {
overflow: auto;
font-size: 14px;
color: #fcfcfc;
max-height: 800px;
position: relative;
}
.language-asm::after,