0
0
Fork 0

Update styling order and prevent users from selecting text

This commit is contained in:
Oliver-Akins 2020-08-13 21:24:51 -06:00
parent 3c619eeedd
commit 9ecb499e59

View file

@ -75,12 +75,13 @@ export default {
@import "./css/inputs.css"; @import "./css/inputs.css";
html, body, .maximize_size { html, body, .maximize_size {
width: 100%; user-select: none !important;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: var(--fonts); font-family: var(--fonts);
overflow-x: hidden;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
} }
body { body {