mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
Merge pull request #345 from chrishollandaise/fix/editor-top-firefox
`EditorTop` takes all available space on Firefox-based browsers
This commit is contained in:
commit
a7defca2c3
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ const EditorTop = styled.div`
|
|||
position: fixed;
|
||||
z-index: 303;
|
||||
width: -webkit-fill-available;
|
||||
width: -moz-available;
|
||||
`
|
||||
|
||||
// Inside EditorTop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue