Skip to content

Commit

Permalink
Changed post note edit form position to fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kurczewski committed Nov 16, 2014
1 parent 8e06881 commit 97482fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/css/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97482fb

Please sign in to comment.