fix: optimize markdown preview height

This commit is contained in:
wuwenbin 2025-08-28 20:30:46 +08:00 committed by Henrique Dias
parent 36c6cc203e
commit 1c3d8a0d12

View File

@ -9,5 +9,6 @@
#preview-container {
overflow: auto;
max-height: 80vh; /* Match the max-height of md_preview for scrolling */
max-height: 100vh;
flex: 1;
}