@@ -387,7 +387,7 @@ class ZefyrToolbarState extends State<ZefyrToolbar>
} else {
layers.add(
Container(
- height: MediaQuery.of(context).viewInsets.bottom,
+ height: editor.toolbarAction == null ? 0 : keyboardHeight ?? 300,
),
);
}