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.
1 parent d004a79 commit 8fd1621Copy full SHA for 8fd1621
online-members/online-members.css
@@ -13,7 +13,7 @@
13
}
14
15
.task-container {
16
- overflow: scroll;
+ overflow: auto;
17
display: none;
18
padding-top: 10px;
19
max-height: 85vh;
online-members/script.js
@@ -142,7 +142,7 @@ async function generateUserTaskData(username) {
142
return;
143
144
145
- showLoadingSpinner(`${TASKS_CONTAINER_ID}`);
+ showLoadingSpinner(`#${TASKS_CONTAINER_ID}`);
146
147
isTaskDataBeingFetched = true;
148
0 commit comments