From bb490ac413facc08f199a16e34de504f9d3c3fa2 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 26 Apr 2015 12:54:54 +0100 Subject: [PATCH] stop comment info from concealing comments --- ext/comment/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/comment/style.css b/ext/comment/style.css index 555dfad9..1433d932 100644 --- a/ext/comment/style.css +++ b/ext/comment/style.css @@ -15,7 +15,8 @@ border: 1px solid #CCC; position: absolute; top: 0px; - right: 0px; + left: -195px; + width: 180px; z-index: 1; box-shadow: 0px 0px 4px #000; border-radius: 4px;