gemercheung 1 年之前
父節點
當前提交
d16e89660c
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;