From c08786d8018365d39e98f73dda3dfc30d89ba7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Mon, 24 Aug 2015 12:40:34 +0800 Subject: [PATCH] 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 +}