diff options
| -rw-r--r-- | dist/index.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/dist/index.html b/dist/index.html index 1d8d93c..aef46fc 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,6 +8,7 @@ body {  	padding: 0 5% 5%;  	margin: 0 auto;  	font: large "Open Sans", Helvetica, Arial, sans-serif; +	overflow-y: scroll;  }  header { | 
