Fixed post note edit form position for big posts
This commit is contained in:
parent
42039ddf26
commit
edfaeefb37
1 changed files with 3 additions and 3 deletions
|
@ -195,13 +195,13 @@
|
||||||
.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;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
left: 10%;
|
left: 30%;
|
||||||
top: 10%;
|
top: 20%;
|
||||||
}
|
}
|
||||||
.post-note-edit textarea {
|
.post-note-edit textarea {
|
||||||
width: 20em;
|
width: 20em;
|
||||||
|
|
Loading…
Reference in a new issue