Skip to content

Commit aa3b776

Browse files
committed
fix header bar overlapping editor
1 parent ef85c41 commit aa3b776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/app/src/main/java/com/example/gutenbergkit/EditorActivity.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@ fun EditorScreen(
323323
onGutenbergViewCreated(this)
324324
}
325325
},
326-
modifier = Modifier.fillMaxSize()
326+
modifier = Modifier
327+
.fillMaxSize()
328+
.padding(innerPadding)
327329
)
328330

329331
// Loading overlay

0 commit comments

Comments
 (0)