From 57ce2eddf29ab9c59656b45f5a9f8ee60ed81a25 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Mon, 8 Dec 2014 19:28:06 +0100 Subject: [PATCH] Remove scrollbars --- public/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 9100edf..b63e6d2 100644 --- a/public/styles.css +++ b/public/styles.css @@ -3,10 +3,11 @@ html, body { margin: 0; padding: 0; cursor: crosshair; + overflow: hidden; /*cursor: none;*/ } @font-face { font-family: 'Minecraftia'; src: url('font/Minecraftia-Regular.ttf'); -} \ No newline at end of file +}