/* 修复飞书名片组件容器强制滚动条问题 */
.larkw-userprofile__profile__fields-container {
  overflow-y: auto !important;
}
.larkw-userprofile__profile__fields-container::-webkit-scrollbar {
  width: 4px;
}
