feat/hotkeys #11

Merged
tristonarmstrong merged 4 commits from feat/hotkeys into main 2024-10-22 18:31:52 +00:00
Showing only changes of commit f7b392f909 - Show all commits

View File

@ -249,9 +249,10 @@ export function NoteCard({ key: itemKey, data: item }: NoteCard.NoteCardProps) {
</ContextMenuPortal> </ContextMenuPortal>
</div > </div >
{/* HOTKEY PAPER */}
{showHelp.value && {showHelp.value &&
<div <div
className={"text-white absolute bg-[#1c1c1c] rounded-md p-1"} className={"text-white absolute bg-[#1c1c1c] rounded-md p-1 z-[1000] border border-blue-500"}
style={{ style={{
top: `${item.position.y}px`, top: `${item.position.y}px`,
left: `${item.position.x - 120}px` left: `${item.position.x - 120}px`