mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 07:41:09 +10:00
fix drag handle visibility (#868)
This commit is contained in:
@ -32,7 +32,7 @@ export function FullEditor({
|
||||
return (
|
||||
<Container
|
||||
fluid={fullPageWidth}
|
||||
size={!fullPageWidth && 850}
|
||||
size={!fullPageWidth && 900}
|
||||
className={classes.editor}
|
||||
>
|
||||
<MemoizedTitleEditor
|
||||
|
||||
Reference in New Issue
Block a user