mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: fix text not selectable from entire height of editor (#8972)
Signed-off-by: Ash Holland <x-hv2j5m@keysmash.solutions>
This commit is contained in:
@@ -631,7 +631,7 @@ function TiptapWrapper(
|
||||
sx={{
|
||||
flex: 1,
|
||||
flexDirection: "column",
|
||||
".tiptap.ProseMirror": { pb: 150 },
|
||||
".tiptap.ProseMirror": { height: "100%" },
|
||||
".editor-container": {
|
||||
opacity: isHydrating ? 0 : 1,
|
||||
zoom: editorConfig.zoom + "%",
|
||||
|
||||
Reference in New Issue
Block a user