We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a004fa commit f3d8943Copy full SHA for f3d8943
index.html
@@ -346,7 +346,7 @@ <h2 class="color-1 weight-title-h font-title section__title center">A codeful of
346
347
const height = 51.4; // el.clientHeight;
348
349
- const isVisible = (elemTop + height) < window.innerHeight;
+ const isVisible = (elemTop + height + 20) < window.innerHeight;
350
351
return isVisible;
352
0 commit comments