From 9ecb499e59bae590324e5db7ebfbca570cd46a45 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 13 Aug 2020 21:24:51 -0600 Subject: [PATCH] Update styling order and prevent users from selecting text --- src/App.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index bb002b5..5e73d90 100644 --- a/src/App.vue +++ b/src/App.vue @@ -75,12 +75,13 @@ export default { @import "./css/inputs.css"; html, body, .maximize_size { - width: 100%; - height: 100%; - margin: 0; - padding: 0; - overflow-x: hidden; + user-select: none !important; font-family: var(--fonts); + overflow-x: hidden; + height: 100%; + width: 100%; + padding: 0; + margin: 0; } body {