This commit is contained in:
@@ -135,8 +135,8 @@
|
||||
|
||||
.slidev-layout pre {
|
||||
box-sizing: border-box;
|
||||
height: var(--easy-code-height, var(--easy-code-auto-height, auto));
|
||||
max-height: var(--easy-code-height, var(--easy-code-auto-max-height, var(--easy-code-auto-height, none)));
|
||||
height: var(--easy-code-height, auto);
|
||||
max-height: var(--easy-code-height, var(--easy-code-auto-max-height, none));
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
border-radius: 10px;
|
||||
|
||||
Reference in New Issue
Block a user