From 8b203f194831434fd2ae33dc3d734e4a68f822a2 Mon Sep 17 00:00:00 2001 From: Tom Kirkpatrick Date: Sat, 20 Oct 2018 11:44:23 +0200 Subject: [PATCH] style: minor style fixes --- app/components/UI/GlobalStyle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/UI/GlobalStyle.js b/app/components/UI/GlobalStyle.js index 1e67fdd4..e38da917 100644 --- a/app/components/UI/GlobalStyle.js +++ b/app/components/UI/GlobalStyle.js @@ -9,7 +9,6 @@ const GlobalStyle = createGlobalStyle` } body { position: relative; - box-sizing: border-box; overflow-y: hidden; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(255, 255, 255, 0);