diff --git a/public_html/css/post.css b/public_html/css/post.css index 25ec84ff..8e99bce9 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -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;