diff options
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 1 |
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, | |||
87 | html { | 87 | html { |
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}; |