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