fix: block item add overflow:hidden (#304)

This commit is contained in:
SemmyWong 2022-04-20 23:31:53 +08:00 committed by GitHub
parent 0ab0d3ed46
commit 446437cea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ export const BlockItem: React.FC<any> = (props) => {
props.className,
css`
position: relative;
overflow: hidden;
&:hover {
> .general-schema-designer {
display: block;