Skip to content

Commit a811df7

Browse files
authored
Merge pull request #65 from peopledoc/fix/use-vh
[FIX] Use vh with max-height 🤦
2 parents 9c64e03 + 847fe60 commit a811df7

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)