Add overflow-y to pre-tag
This commit is contained in:
@@ -44,5 +44,8 @@
|
|||||||
margin: 10 0 10 0;
|
margin: 10 0 10 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow-x: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user