Browse Source

fix(calender): 小程序场景无法滑动 bug (#534)

Co-authored-by: guoxiaoxiao8 <guoxiao158@126.com>
郭晓 4 years ago
parent
commit
4eb8b9ea80
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/packages/__VUE/calendar/index.taro.vue

+ 6 - 0
src/packages/__VUE/calendar/index.taro.vue

@@ -132,4 +132,10 @@ export default create({
 .popup-box {
   height: 518px;
 }
+.nut-calendar-content {
+  overflow-y: auto;
+}
+::-webkit-scrollbar {
+  display: none;
+}
 </style>