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 {
|
.post-note .text-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
z-index: 10;
|
||||||
top: calc(100%);
|
top: calc(100%);
|
||||||
left: -1px;
|
left: -1px;
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue