From 61f70fae85740f97b624e23d9406a9996882b25b Mon Sep 17 00:00:00 2001
From: core <core@coredoes.dev>
Date: Mon, 7 Apr 2025 09:41:33 -0400
Subject: [PATCH] unbreak safari for now (agaiN)

---
 crates/client/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crates/client/index.html b/crates/client/index.html
index 055a0bb..877a57c 100644
--- a/crates/client/index.html
+++ b/crates/client/index.html
@@ -74,6 +74,7 @@
             @supports not (-webkit-touch-callout: none) {
                 height: 100%;
             }*/
+            height:100%;
 
         }