We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db2a804 + 4f2dd51 commit e252140Copy full SHA for e252140
public/themes/pterodactyl/js/frontend/console.js
@@ -116,7 +116,7 @@ $(document).ready(function () {
116
});
117
118
$terminal.on('scroll', function () {
119
- if ($(this).scrollTop() + $(this).innerHeight() < $(this)[0].scrollHeight) {
+ if ($(this).scrollTop() + $(this).innerHeight() + 50 < $(this)[0].scrollHeight) {
120
$scrollNotify.removeClass('hidden');
121
} else {
122
$scrollNotify.addClass('hidden');
0 commit comments