aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views
diff options
context:
space:
mode:
authorpacien2020-04-26 21:51:37 +0200
committerpacien2020-04-26 21:55:10 +0200
commit29d432e64e0482935ef91dbfed37d4d4cf26c42f (patch)
treea9ffc21c3b8385f405bcf6638abd3b017b0d0d63 /viewer/src/views
parentf8a1763c3bee0e236c86ba9f6b46aceb212dea10 (diff)
downloadldgallery-29d432e64e0482935ef91dbfed37d4d4cf26c42f.tar.gz
viewer/LdZoom: add support for pinch-to-zoom
GitHub: closes #106
Diffstat (limited to 'viewer/src/views')
-rw-r--r--viewer/src/views/MainLayout.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index 6e707e6..c09e99a 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -87,6 +87,7 @@ body,
87html { 87html {
88 height: 100%; 88 height: 100%;
89 overflow: hidden; 89 overflow: hidden;
90 touch-action: none;
90 background-color: $content-bgcolor; 91 background-color: $content-bgcolor;
91 --layout-top: #{$layout-top}; 92 --layout-top: #{$layout-top};
92 --layout-left: #{$layout-left}; 93 --layout-left: #{$layout-left};