Skip to content

Commit 1a02d6c

Browse files
committed
Try to fix mobile, but not sure if it would work.
1 parent 06c2315 commit 1a02d6c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/chat/elementjson/chat-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ a {
929929
}
930930

931931
.chatInterfaceLeft {
932-
position: fixed;
932+
position: absolute;
933933
top: 40px;
934934
left: 0;
935935
width: calc(100vw - 700px);
@@ -939,7 +939,7 @@ a {
939939
}
940940

941941
.chatInterfaceRight {
942-
position: fixed;
942+
position: absolute;
943943
top: 40px;
944944
right: 0;
945945
width: 700px;

wpstatic/version.json

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

0 commit comments

Comments
 (0)