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";
|
||||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue