Skip to content

Commit

Permalink
fix online-members page task section (#878)
Browse files Browse the repository at this point in the history
changed tasks container details
  • Loading branch information
Mir-SA authored Oct 11, 2024
1 parent d004a79 commit 8fd1621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion online-members/online-members.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.task-container {
overflow: scroll;
overflow: auto;
display: none;
padding-top: 10px;
max-height: 85vh;
Expand Down
2 changes: 1 addition & 1 deletion online-members/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function generateUserTaskData(username) {
return;
}

showLoadingSpinner(`${TASKS_CONTAINER_ID}`);
showLoadingSpinner(`#${TASKS_CONTAINER_ID}`);

isTaskDataBeingFetched = true;

Expand Down

0 comments on commit 8fd1621

Please sign in to comment.