feature(style) body: overflow hidden

This commit is contained in:
coderaiser 2015-05-22 05:34:50 -04:00
parent b22e8e96de
commit da7f8fc7f9

View file

@ -6,6 +6,7 @@ body {
width : 100%;
height : 95%;
background-color : white;
overflow : hidden;
}
body, pre, code {