WIP ContextMenu Renderer

This commit is contained in:
2025-08-09 17:14:28 -04:00
parent 364b23e62a
commit 6df6de098b
5 changed files with 94 additions and 46 deletions

View File

@@ -161,6 +161,7 @@ form {
.contextMenu {
backdrop-filter: blur(10px) brightness(0.5) grayscale(1);
position: absolute;
z-index: 100;
.itemList {
display: flex;