From 904a880eee3cc22b1943f44a8431f652bc3fb940 Mon Sep 17 00:00:00 2001 From: yamanq Date: Tue, 10 Feb 2015 18:22:37 -0500 Subject: [PATCH] css bugfixing --- chromebook-checkout-meteor/client/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css index 0df39ae..7790542 100644 --- a/chromebook-checkout-meteor/client/main.css +++ b/chromebook-checkout-meteor/client/main.css @@ -17,6 +17,8 @@ body { height:100%; width: 100%; margin: 0; + -webkit-user-select: none; + overflow-x: hidden; } h5 { margin-top:0.3%;