From edfaeefb37286a2d10b726db397df4c519f30846 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 26 Oct 2014 12:45:45 +0100 Subject: [PATCH] Fixed post note edit form position for big posts --- public_html/css/post.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;