Fix canvas selector
This commit is contained in:
parent
df778ba42c
commit
a444be226f
|
@ -1178,7 +1178,7 @@ button::-moz-focus-inner {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas .circles {
|
canvas.circles {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
|
|
|
@ -1204,7 +1204,7 @@ button::-moz-focus-inner {
|
||||||
align-self: end;
|
align-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas .circles {
|
canvas.circles {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
|
|
Loading…
Reference in New Issue