11 lines
127 B
SCSS
11 lines
127 B
SCSS
.graph {
|
|
height: 100%;
|
|
width: 100%;
|
|
background: #2B2B2B;
|
|
|
|
canvas {
|
|
display: block;
|
|
position: absolute;
|
|
}
|
|
}
|