Changed post note edit form position to fixed

This commit is contained in:
Marcin Kurczewski 2014-11-16 10:49:53 +01:00
parent 8e06881a3e
commit 97482fb38e

View file

@ -195,7 +195,7 @@
.post-note-edit {
pointer-events: auto;
display: none;
position: absolute;
position: fixed;
z-index: 3;
background: white;
border: 1px solid black;