/* 限制 Markdown 代码块高度，超出后滚动 */
.cnblogs-markdown pre {
    max-height: 150px;
    overflow: auto;
}