fix: add appropriate width declaration for mozilla-based browsers

This commit is contained in:
Chris Holland 2024-10-17 15:48:20 -07:00
parent 0fe55b36e7
commit f08fbbd1a1
No known key found for this signature in database
GPG key ID: 68B0A864B1B0A0D2

View file

@ -338,6 +338,7 @@ const EditorTop = styled.div`
position: fixed;
z-index: 303;
width: -webkit-fill-available;
width: -moz-available;
`
// Inside EditorTop