Skip to content

Commit

Permalink
#3896: Show ANET link chooser on top of editor
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvoosten committed Oct 19, 2021
1 parent db2b4d7 commit 1986d03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/editor/LinkSourceAnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const LinkSourceAnet = ({ editor, showModal, setShowModal, selection }) => {
centered
show={showModal}
aria-labelledby="Link chooser"
className="editor-link-chooser"
onHide={() => setShowModal(false)}
>
<Modal.Header closeButton>
Expand Down
4 changes: 4 additions & 0 deletions client/src/components/editor/RichTextEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@
.editor-toggle-button.active{
background-color: #ccc;
}

.editor-link-chooser {
z-index: 1300;
}

0 comments on commit 1986d03

Please sign in to comment.