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