Skip to content

Commit

Permalink
changed tasks container details
Browse files Browse the repository at this point in the history
  • Loading branch information
Mir-SA committed Oct 9, 2024
1 parent 796d791 commit 4f2cafe
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 4f2cafe

Please sign in to comment.