mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
Fix canvas selector
This commit is contained in:
parent
df778ba42c
commit
a444be226f
2 changed files with 2 additions and 2 deletions
|
@ -1178,7 +1178,7 @@ button::-moz-focus-inner {
|
|||
align-self: end;
|
||||
}
|
||||
|
||||
canvas .circles {
|
||||
canvas.circles {
|
||||
width: 100vw;
|
||||
position: absolute;
|
||||
z-index: -10;
|
||||
|
|
|
@ -1204,7 +1204,7 @@ button::-moz-focus-inner {
|
|||
align-self: end;
|
||||
}
|
||||
|
||||
canvas .circles {
|
||||
canvas.circles {
|
||||
width: 100vw;
|
||||
position: absolute;
|
||||
z-index: -10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue