Skip to content

Commit

Permalink
Revert "fix online-members page task section (#878)"
Browse files Browse the repository at this point in the history
This reverts commit 8fd1621.
  • Loading branch information
vinit717 authored Oct 12, 2024
1 parent 8fd1621 commit 9b9d91b
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: auto;
overflow: scroll;
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 9b9d91b

Please sign in to comment.