ydshieh HF staff commited on
Commit
c8924ed
·
verified ·
1 Parent(s): 639a619

Update split.js

Browse files
Files changed (1) hide show
  1. split.js +1 -1
split.js CHANGED
@@ -29,7 +29,7 @@ function fixDragBtn() {
29
 
30
 
31
 
32
- var h = window.visualViewport.height - (rect.top - doc.top) - 16 - 35;
33
  hello.style.height = `${h}px`;
34
 
35
  console.log(window.visualViewport.height);
 
29
 
30
 
31
 
32
+ var h = window.visualViewport.height - (rect.top - doc.top) - 16 - 16 - 21 + 16;
33
  hello.style.height = `${h}px`;
34
 
35
  console.log(window.visualViewport.height);