From cfa4ebeda5418bf892a09b837b09ff69d998c32b Mon Sep 17 00:00:00 2001 From: core <core@coredoes.dev> Date: Mon, 7 Apr 2025 09:41:09 -0400 Subject: [PATCH] unbreak safari for now --- crates/client/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/client/index.html b/crates/client/index.html index 4aa8b4d..055a0bb 100644 --- a/crates/client/index.html +++ b/crates/client/index.html @@ -67,13 +67,13 @@ position: absolute; top: 0; left: 0; - width: 100%; + width: 100%;/* @supports (-webkit-touch-callout: none) { height: calc(100% - 26px); } @supports not (-webkit-touch-callout: none) { height: 100%; - } + }*/ }