penguin/AstroJS

Javascript framework for my blog

commit c08786d8018365d39e98f73dda3dfc30d89ba7a1

author斟酌 鵬兄 <tgckpg@gmail.com>
date2015-08-24T04:40:34Z
subjectTracker mis-positioned
commit c08786d8018365d39e98f73dda3dfc30d89ba7a1
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2015-08-24T04:40:34Z

    Tracker mis-positioned
---
 botanjs/src/Components/Mouse/Clipboard.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/botanjs/src/Components/Mouse/Clipboard.css b/botanjs/src/Components/Mouse/Clipboard.css
index b1f3d45..4a2fe6e 100644
--- a/botanjs/src/Components/Mouse/Clipboard.css
+++ b/botanjs/src/Components/Mouse/Clipboard.css
@@ -1,5 +1,5 @@
 .ch_obj {
-	position: fixed;
+	position: absolute;
 	/* 1-level higher than Context Menu*/
 	z-index: 101;
-}
\ No newline at end of file
+}