Fixed post note being shown on top of edit form

This commit is contained in:
Marcin Kurczewski 2014-11-16 09:42:54 +01:00
parent e223847e8e
commit fb4b31bd37

View file

@ -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;