Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 5c181cf

Browse files
committed
fix code preview overflow beyond page height
1 parent 0c1e5a1 commit 5c181cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

resources/assets/css/stylesheet.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@
5858

5959
.lucid-code-preview {
6060
width: 970px;
61-
min-height: 800px;
61+
height: 800px;
62+
}
63+
64+
.lucid-code-preview pre {
65+
height: 600px;
66+
overflow-y: auto;
6267
}
6368

6469
/*

0 commit comments

Comments
 (0)