Skip to content

Commit 847fe60

Browse files
committed
fix: use vh with max-height 🤦
1 parent 9c64e03 commit 847fe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎assets/styledown.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ code.sg {
136136
*/
137137

138138
.sg-code {
139-
max-height: 20vw;
139+
max-height: 40vh;
140140

141141
border: solid 1px transparent;
142142
overflow-x: auto;

0 commit comments

Comments
 (0)