mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: add appropriate width declaration for mozilla-based browsers
This commit is contained in:
parent
0fe55b36e7
commit
f08fbbd1a1
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ const EditorTop = styled.div`
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 303;
|
z-index: 303;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
`
|
`
|
||||||
|
|
||||||
// Inside EditorTop
|
// Inside EditorTop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue