fix: optimize markdown preview height

This commit is contained in:
wuwenbin
2025-09-13 13:58:43 +08:00
committed by GitHub
parent b482a9bf0d
commit 783503aece
2 changed files with 2 additions and 20 deletions

View File

@@ -1,6 +1,4 @@
.md_preview {
overflow-y: auto;
max-height: 80vh;
padding: 1rem;
border: 1px solid #000;
font-size: 20px;
@@ -9,5 +7,5 @@
#preview-container {
overflow: auto;
max-height: 80vh; /* Match the max-height of md_preview for scrolling */
flex: 1;
}