Fix card zoom trigerring itself
release-tag / release-image (push) Successful in 37s

This commit is contained in:
2024-05-17 17:14:48 +02:00
parent a934bfb45b
commit 7465b7effd
+1
View File
@@ -44,5 +44,6 @@ const y = computed(() => {
position: fixed; position: fixed;
z-index: 999; z-index: 999;
display: flex; display: flex;
pointer-events: none;
} }
</style> </style>