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;