stop the bounce effect when scrolling on OS X

This commit is contained in:
Stephen Birarda 2015-12-18 14:22:25 -08:00
parent b33999ec1c
commit 735cd04020

View file

@ -1,5 +1,16 @@
@light-gray: #949494;
// the following two blocks avoid the bounce effect on OS X when scrolling
html {
overflow: hidden;
height: 100%;
}
body {
height: 100%;
overflow: auto;
}
@font-face {
font-family: 'Raleway';
font-style: normal;