Changed post note edit form position to fixed
This commit is contained in:
parent
8e06881a3e
commit
97482fb38e
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
||||||
.post-note-edit {
|
.post-note-edit {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
|
Loading…
Reference in a new issue