adding a bit of css to make the overflow scroll for the example code

This commit is contained in:
Ken
2019-02-26 14:06:02 -08:00
parent 7f84d5c961
commit 9613838b87

View File

@@ -27,4 +27,5 @@ pre {
border-radius: 2px;
background-color: white;
margin: 15px 0;
overflow: auto;
}