From f08fbbd1a185d599fbfbf9022aa53ce81cf7b545 Mon Sep 17 00:00:00 2001 From: Chris Holland Date: Thu, 17 Oct 2024 15:48:20 -0700 Subject: [PATCH] fix: add appropriate width declaration for mozilla-based browsers --- apps/web/components/Objects/Editor/Editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/components/Objects/Editor/Editor.tsx b/apps/web/components/Objects/Editor/Editor.tsx index b15a8b4f..c255d637 100644 --- a/apps/web/components/Objects/Editor/Editor.tsx +++ b/apps/web/components/Objects/Editor/Editor.tsx @@ -338,6 +338,7 @@ const EditorTop = styled.div` position: fixed; z-index: 303; width: -webkit-fill-available; + width: -moz-available; ` // Inside EditorTop