fix: remove unused style

This commit is contained in:
wuwenbin 2025-09-02 20:13:20 +08:00 committed by Henrique Dias
parent 1c3d8a0d12
commit 44e4352568

View File

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