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 +}