Skip to content

Commit 543a9cd

Browse files
committed
Updates
1 parent d4fca30 commit 543a9cd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/chat/interface/mediaengine/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,9 @@ function doLoadingMediaScreen() {
405405
{
406406
element: "div",
407407
className: "whiteBox centerMiddle popupDialogAnimation",
408+
style: {
409+
overflow: "unset",
410+
},
408411
children: [
409412
{
410413
element: "div",
@@ -413,6 +416,7 @@ function doLoadingMediaScreen() {
413416
width: "32px",
414417
height: "32px",
415418
transform: "translate(0px, -100%)",
419+
overflow: "none",
416420
},
417421
children: [
418422
{
@@ -941,5 +945,3 @@ userState.on("permissionUpdate", (name, value) => {
941945
});
942946

943947
module.exports = mediaHelper;
944-
945-
//var loadingMediaDiv = doLoadingMediaScreen();

wpstatic/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":"1761583108219"}
1+
{"timestamp":"1761587465990"}

0 commit comments

Comments
 (0)