fix rubberband bounce on OSX and iOS

kegan/timestamp-hover
Matthew Hodgson 2015-10-11 17:50:24 +01:00
parent 9be98058b7
commit 201caed773
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
html {
height: 100%;
overflow: hidden;
}
body {
font-family: 'Lato', Helvetica, Arial, Sans-Serif;
font-size: 16px;