diff --git a/.changeset/polite-trees-compete.md b/.changeset/polite-trees-compete.md
new file mode 100644
index 000000000..8f1898cf6
--- /dev/null
+++ b/.changeset/polite-trees-compete.md
@@ -0,0 +1,5 @@
+---
+"nostrudel": patch
+---
+
+Fix bug with stream chat not showing on chromium based browsers
diff --git a/src/components/live-video-player.tsx b/src/components/live-video-player.tsx
index fae02f396..371f33098 100644
--- a/src/components/live-video-player.tsx
+++ b/src/components/live-video-player.tsx
@@ -57,7 +57,6 @@ export function LiveVideoPlayer({
autoPlay={autoPlay}
poster={poster}
muted={muted}
- style={{ maxHeight: "100%", maxWidth: "100%", width: "100%" }}
{...props}
/>
);
diff --git a/src/views/streams/stream/index.tsx b/src/views/streams/stream/index.tsx
index e19f75a76..7f6c99490 100644
--- a/src/views/streams/stream/index.tsx
+++ b/src/views/streams/stream/index.tsx
@@ -102,11 +102,13 @@ function DesktopStreamPage({ stream }: { stream: ParsedStream }) {
-
+