-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[QUAL] Upgrade Jeeliz FaceFilter, increase stabilization [FIX] Potent…
…ial fix for jeeliz/jeelizFaceFilter#292
- Loading branch information
1 parent
3b9e830
commit 2f0023d
Showing
7 changed files
with
771 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
a {color: #eee; text-decoration: none} | ||
a {color: #eee; text-decoration: none} | ||
a:hover {color: blue;} | ||
body {overflow: auto; overflow-y: auto; | ||
margin: 0px;} | ||
body { | ||
overflow: auto; | ||
overflow-y: auto; | ||
margin: 0; | ||
} | ||
|
||
#jeeFaceFilterCanvas { | ||
z-index: 10; | ||
position: absolute; | ||
width: 100%; height: 100%; | ||
top: 0px; left: 0px; | ||
z-index: 10; | ||
position: fixed; | ||
width: 100vw; | ||
height: 100%; | ||
top: 0; | ||
left: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters