Fix popout menu pointer events

This commit is contained in:
Prospector 2023-11-15 08:17:27 -08:00
parent 200648275e
commit 7cf9b76eb5
No known key found for this signature in database

View File

@ -102,7 +102,6 @@ onBeforeUnmount(() => {
box-shadow: var(--shadow-floating);
z-index: 10;
opacity: 0;
pointer-events: none;
transition: bottom 0.125s ease-in-out, top 0.125s ease-in-out, left 0.125s ease-in-out,
right 0.125s ease-in-out, opacity 0.125s ease-in-out, scale 0.125s ease-in-out;