Context Menu Feature (#410)

* create `ContextMenuContext` component
This commit is contained in:
asharonbaltazar
2023-05-22 15:48:25 -04:00
committed by GitHub
parent 8ed2aa79a7
commit f82d4821f9
5 changed files with 133 additions and 11 deletions
@@ -0,0 +1,9 @@
.contextMenuButton {
position: absolute;
cursor: pointer;
}
.contextMenuBackdrop {
position: fixed;
inset: 0;
}