Add Z-Index to Editor Image Upload Container (#4376)

Reply actions container has a z-index of 5, and extends over the upload button
and uploaded input.
This commit is contained in:
Jack Harner 2019-10-14 06:43:11 -06:00 committed by Ben Halpern
parent c8b6c9c095
commit 7eb57dac89

View file

@ -928,6 +928,7 @@ a.header-link {
.editor-image-upload {
width: initial;
text-align: left;
z-index: 6;
.uploaded-image {
width: calc(93% - 3.375rem);