photo: revert touch action

Signed-off-by: Varun Patil <radialapps@gmail.com>
monorepo
Varun Patil 2023-10-31 18:23:16 -07:00
parent e706d0fbdd
commit 5a4fc07eca
1 changed files with 0 additions and 5 deletions

View File

@ -315,11 +315,6 @@ export default defineComponent({
<style lang="scss" scoped> <style lang="scss" scoped>
/* Container and selection */ /* Container and selection */
.p-outer-super {
// Disable all touch actions except scrolling
touch-action: pan-x pan-y;
}
.p-outer { .p-outer {
padding: 2px; padding: 2px;
@media (max-width: 768px) { @media (max-width: 768px) {