Fixed post note being shown on top of edit form
This commit is contained in:
parent
e223847e8e
commit
fb4b31bd37
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
||||||
.post-note .text-wrapper {
|
.post-note .text-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 10;
|
z-index: 1;
|
||||||
top: calc(100%);
|
top: calc(100%);
|
||||||
left: -1px;
|
left: -1px;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue