/* Vant ActionSheet fix - prevent overlay issues */
.van-action-sheet {
  max-height: 80vh !important;
}
.van-overlay {
  touch-action: none;
}
