Skip to content
Snippets Groups Projects
Unverified Commit 360f17cd authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

[FIX] Move to Workspace popup UI bug fix (#1204)

fix for popup menu transparent container
parent 8eda75d6
No related branches found
No related tags found
No related merge requests found
......@@ -261,8 +261,8 @@ function Directory({
)}
</div>
{amountSelected !== 0 && (
<div className="absolute bottom-[12px] left-0 right-0 flex justify-center">
<div className="mx-auto bg-white/40 rounded-lg py-1 px-2">
<div className="absolute bottom-[12px] left-0 right-0 flex justify-center pointer-events-none">
<div className="mx-auto bg-white/40 rounded-lg py-1 px-2 pointer-events-auto">
<div className="flex flex-row items-center gap-x-2">
<button
onClick={moveToWorkspace}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment