fix: Use touchstart event for mobile sidebar backdrop

This commit is contained in:
spinline
2026-01-31 00:43:53 +03:00
parent d9030ce4ac
commit 3b2063ae0a
2 changed files with 7 additions and 2 deletions

View File

@@ -426,6 +426,9 @@
.transform {
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}