diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-06 16:03:16 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-06 16:03:16 -0300 |
commit | f3d39fd828aef3ac6f78c43d189b8792e2ad8e69 (patch) | |
tree | bf62b66601266ac54a8f9dd178eefeb527998267 | |
parent | 009df4629395c8ee9db8cedb7fb79ead7c12922f (diff) |
client: additional-names-box: My bottom fits in frame
-rw-r--r-- | src/static/js/client/additional-names-box.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client/additional-names-box.js b/src/static/js/client/additional-names-box.js index 3535a0e5..4ebb5dfc 100644 --- a/src/static/js/client/additional-names-box.js +++ b/src/static/js/client/additional-names-box.js @@ -121,7 +121,7 @@ function handleAdditionalNamesBoxLinkClicked(domEvent) { ? top > 0.4 * window.innerHeight : top > 0.5 * window.innerHeight) || - (bottom && bottomFitsInFrame + (bottom && boxFitsInFrame ? bottom > window.innerHeight - 20 : false); |