gemercheung 1 anno fa
parent
commit
d16e89660c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/components/hotspot/show-tag.vue

+ 2 - 1
src/components/hotspot/show-tag.vue

@@ -110,8 +110,9 @@
       position: relative;
       z-index: 2;
       max-height: 50vh;
-      overflow-y: auto;
+      overflow-y: scroll;
       padding: 0 20px 0 0;
+      -webkit-overflow-scrolling: touch !important;
     }
     .edit-btn {
       margin-top: 20px;