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:
parent
c8b6c9c095
commit
7eb57dac89
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue