/* Fix van-action-sheet safe-area / z-index on mobile WebViews */
.van-action-sheet {
  z-index: 3000;
}

.van-overlay {
  z-index: 2999;
}

.tech-sheet .van-action-sheet__item {
  background: transparent;
}
