mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 10:45:24 +00:00
13 lines
255 B
CSS
13 lines
255 B
CSS
.md_preview {
|
|
overflow-y: auto;
|
|
max-height: 80vh;
|
|
padding: 1rem;
|
|
border: 1px solid #000;
|
|
font-size: 20px;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
#preview-container {
|
|
overflow: auto;
|
|
max-height: 80vh; /* Match the max-height of md_preview for scrolling */
|
|
}
|