Merge pull request #146 from modrinth/fix/popout-pointer-events

Fix popout menu pointer events
This commit is contained in:
Prospector
2023-11-15 09:25:48 -08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "omorphia", "name": "omorphia",
"type": "module", "type": "module",
"version": "0.6.7", "version": "0.6.8",
"files": [ "files": [
"dist", "dist",
"locales" "locales"