Skip to content

Commit

Permalink
fix link tool overlapping issue, let's see what it breaks :)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbotho committed Sep 26, 2023
1 parent 482dd9f commit cf62536
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/serlo-editor/plugins/image/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ export function ImageEditor(props: ImageProps) {
/>
) : null}

<div
className="relative z-[2] [&_img]:min-h-[4rem]"
data-qa="plugin-image-editor"
>
<div className="z-[2] [&_img]:min-h-[4rem]" data-qa="plugin-image-editor">
{hasFocus && showInlineImageUrl ? (
<div className="absolute left-side top-side z-[3]">
<InlineSrcControls {...props} urlInputRef={urlInputRef} />
Expand Down

0 comments on commit cf62536

Please sign in to comment.