diff --git a/BinaryDad.Coding/wwwroot/js/hub.js b/BinaryDad.Coding/wwwroot/js/hub.js index 4f44e03..10c5b0d 100644 --- a/BinaryDad.Coding/wwwroot/js/hub.js +++ b/BinaryDad.Coding/wwwroot/js/hub.js @@ -89,6 +89,9 @@ .map(u => `${u.name}`); $usersList.html(`${usersList.length} users online: ${usersList.join(', ')}`); + + // set the height in case we have more than one row + setHeight(); }); connection.start().then(function () {