Skip to content

Commit 4bbdcca

Browse files
committed
fix little style issue in edit bar
- maybe caused by antd change
1 parent a96cead commit 4bbdcca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/frontend/editors/slate/edit-bar/component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export const EditBar: React.FC<Props> = (props: Props) => {
6161
height: HEIGHT,
6262
display: "flex",
6363
flexDirection: "row",
64+
overflow: "hidden",
6465
...style,
6566
}}
6667
>

0 commit comments

Comments
 (0)