Update styling order and prevent users from selecting text
This commit is contained in:
parent
3c619eeedd
commit
9ecb499e59
1 changed files with 6 additions and 5 deletions
11
src/App.vue
11
src/App.vue
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue