mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-05 13:15:58 +00:00
Fix canvas selector
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user