We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96cead commit 4bbdccaCopy full SHA for 4bbdcca
src/packages/frontend/editors/slate/edit-bar/component.tsx
@@ -61,6 +61,7 @@ export const EditBar: React.FC<Props> = (props: Props) => {
61
height: HEIGHT,
62
display: "flex",
63
flexDirection: "row",
64
+ overflow: "hidden",
65
...style,
66
}}
67
>
0 commit comments