Fixed post note z-index

This commit is contained in:
Marcin Kurczewski 2014-11-13 20:17:34 +01:00
parent 2856b67018
commit e223847e8e

View file

@ -223,6 +223,7 @@
.post-note .text-wrapper {
position: absolute;
display: none;
z-index: 10;
top: calc(100%);
left: -1px;
padding-top: 0.5em;