@hytopia.com/examples 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2824,7 +2824,7 @@ window.ItemTooltips = (function() {
2824
2824
 
2825
2825
  body.mobile .dialogue-content * {
2826
2826
  overflow-y: scroll;
2827
- touch-action: pan-y !important;
2827
+
2828
2828
  }
2829
2829
 
2830
2830
  body.mobile .dialogue-message {
@@ -2832,6 +2832,7 @@ window.ItemTooltips = (function() {
2832
2832
  font-size: 11px;
2833
2833
  margin-bottom: 8px;
2834
2834
  border-radius: 4px;
2835
+ touch-action: pan-y;
2835
2836
  }
2836
2837
 
2837
2838
  body.mobile .dialogue-option {
@@ -2844,6 +2845,11 @@ window.ItemTooltips = (function() {
2844
2845
  width: 14px;
2845
2846
  height: 14px;
2846
2847
  }
2848
+
2849
+ body.mobile .dialogue-option,
2850
+ body.mobile .dialogue-close {
2851
+ touch-action: manipulation !important;
2852
+ }
2847
2853
  </style>
2848
2854
 
2849
2855
  <!-- Included from: ./menus/quests.html -->
@@ -3761,7 +3767,6 @@ window.ItemTooltips = (function() {
3761
3767
  }
3762
3768
 
3763
3769
  body.mobile .quests-list * {
3764
- touch-action: pan-y !important;
3765
3770
  overflow-y: scroll;
3766
3771
  }
3767
3772
 
@@ -3790,7 +3795,6 @@ window.ItemTooltips = (function() {
3790
3795
  }
3791
3796
 
3792
3797
  body.mobile .quests-details-content * {
3793
- touch-action: pan-y !important;
3794
3798
  overflow-y: scroll;
3795
3799
  }
3796
3800
 
@@ -422,7 +422,7 @@
422
422
 
423
423
  body.mobile .dialogue-content * {
424
424
  overflow-y: scroll;
425
- touch-action: pan-y !important;
425
+
426
426
  }
427
427
 
428
428
  body.mobile .dialogue-message {
@@ -430,6 +430,7 @@
430
430
  font-size: 11px;
431
431
  margin-bottom: 8px;
432
432
  border-radius: 4px;
433
+ touch-action: pan-y;
433
434
  }
434
435
 
435
436
  body.mobile .dialogue-option {
@@ -442,4 +443,9 @@
442
443
  width: 14px;
443
444
  height: 14px;
444
445
  }
446
+
447
+ body.mobile .dialogue-option,
448
+ body.mobile .dialogue-close {
449
+ touch-action: manipulation !important;
450
+ }
445
451
  </style>
@@ -912,7 +912,6 @@
912
912
  }
913
913
 
914
914
  body.mobile .quests-list * {
915
- touch-action: pan-y !important;
916
915
  overflow-y: scroll;
917
916
  }
918
917
 
@@ -941,7 +940,6 @@
941
940
  }
942
941
 
943
942
  body.mobile .quests-details-content * {
944
- touch-action: pan-y !important;
945
943
  overflow-y: scroll;
946
944
  }
947
945
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hytopia.com/examples",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",