fix: optimize markdown preview height
This commit is contained in:
parent
36c6cc203e
commit
1c3d8a0d12
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user