Fixed post note edit form position for big posts

This commit is contained in:
Marcin Kurczewski 2014-10-26 12:45:45 +01:00
parent 42039ddf26
commit edfaeefb37

View file

@ -195,13 +195,13 @@
.post-note-edit {
pointer-events: auto;
display: none;
position: absolute;
position: fixed;
z-index: 3;
background: white;
border: 1px solid black;
padding: 1em;
left: 10%;
top: 10%;
left: 30%;
top: 20%;
}
.post-note-edit textarea {
width: 20em;