-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (48 loc) · 999 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
html, body {
max-width: 100% !important;
overflow-x: hidden !important;
overflow-y: hidden !important;
}
*{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
#canvas {
margin-top: 5px;
padding: 0;
/* margin: auto; */
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
outline: #3F3F3F 5px solid;
/* background-color: black; */
}
#fieldbg {
margin-top: 5px;
padding: 0;
/* margin: auto; */
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#canvasbg {
margin-top: 5px;
padding: 0;
/* margin: auto; */
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}