Minor fixes
This commit is contained in:
parent
071be2954a
commit
91c2b17cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ var initY = 0;
|
|||
|
||||
let yScalar = 1;
|
||||
if (window.innerWidth < 800) {
|
||||
if (isZoomed) {
|
||||
if (window.sessionStorage.getItem('isZoom') == 'true') {
|
||||
yScalar = 4;
|
||||
} else {
|
||||
yScalar = 2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue