diff --git a/frontend/src/index.html b/frontend/src/index.html
index b67c597ec..be3c49580 100644
--- a/frontend/src/index.html
+++ b/frontend/src/index.html
@@ -16,6 +16,7 @@
diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss
index c9b363d46..24b4b8c6c 100644
--- a/frontend/src/styles/tribe.scss
+++ b/frontend/src/styles/tribe.scss
@@ -1,3 +1,7 @@
+#tribeStateDisplay {
+ position: fixed;
+}
+
.pageTribe {
height: 100%;
display: grid;
diff --git a/frontend/src/ts/tribe/tribe.ts b/frontend/src/ts/tribe/tribe.ts
index ccf194d24..6f9b8d818 100644
--- a/frontend/src/ts/tribe/tribe.ts
+++ b/frontend/src/ts/tribe/tribe.ts
@@ -41,7 +41,7 @@ import * as TribeAutoJoin from "./tribe-auto-join";
const defaultName = "Guest";
let name = "Guest";
-export const expectedVersion = "0.13.5";
+export const expectedVersion = "25.12.0";
export function getStateString(state: number): string {
if (state === -1) return "error";