diff --git a/src/renderer/src/components/context-menu/context-menu.scss b/src/renderer/src/components/context-menu/context-menu.scss index e8ac6593..673fa2da 100644 --- a/src/renderer/src/components/context-menu/context-menu.scss +++ b/src/renderer/src/components/context-menu/context-menu.scss @@ -108,7 +108,7 @@ backdrop-filter: blur(8px); margin-left: 0; z-index: 1200; - + pointer-events: auto; max-height: 60vh; @@ -156,4 +156,4 @@ opacity: 1; transform: scale(1) translateY(0); } -} \ No newline at end of file +}