File size: 531 Bytes
60f878e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/* You can add global styles to this file, and also import other style files */
body {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#root {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.drawnix-console {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 200px;
    width: 200px;
    overflow: auto;
    background-color: black;
    color: white;
    padding: 8px;
    opacity: 0.5;
}