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 { .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;