fixed canvas
This commit is contained in:
parent
f25531690f
commit
8248b5cc88
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tv-screen {
|
#tv-screen {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#tv-screen {
|
#tv-screen {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue