feat: add tag id to tag context menu (#1185)

This commit is contained in:
Aman Harwara
2022-06-30 21:57:33 +05:30
committed by GitHub
parent 604520f1ae
commit 8b845ea424
8 changed files with 95 additions and 67 deletions

View File

@@ -86,7 +86,7 @@ const FileContextMenu: FunctionComponent<Props> = observer(({ filesController, s
return (
<div
ref={contextMenuRef}
className="max-h-120 fixed flex min-w-60 max-w-xs flex-col overflow-y-auto rounded bg-default py-2 shadow-main"
className="max-h-120 fixed z-dropdown-menu flex min-w-60 max-w-xs flex-col overflow-y-auto rounded bg-default py-2 shadow-main"
style={{
...contextMenuStyle,
maxHeight: contextMenuMaxHeight,