/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 主色调 */
/* 字体 */
/* 圆角 */
/* border描边 */
/* border圆角 */
/* 阴影 */
/* 按钮 */
/* 面包屑 */
/* 标签页*/
/* 单选框 */
/* 复选 */
/* 输入 */
/* 步骤条 */
/* 开关 */
/* 对话框 */
/* 抽屉 */
/* 气泡卡片 */
/* 全局提示 */
/* 卡片 */
/* 加载 */
/* 表单 */
/* 表格 */
/* 选择器 */
/* 穿梭框 */
/* 文字提示 */
/* 时间控件 下拉面板 */
@skeleton-color :if ((default = variable), var(--bonree-background-color-base), rgba(190, 190, 190, 0.2));
.bonree-affix {
  position: fixed;
  z-index: 10;
  scrollbar-color: var(--bonree-normal-color) transparent;
  scrollbar-width: thin;
}
.bonree-affix::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.bonree-affix::-webkit-scrollbar-track {
  border-radius: 10px;
}
.bonree-affix::-webkit-scrollbar-corner {
  background: transparent;
}
.bonree-affix::-webkit-scrollbar-thumb {
  background: var(--bonree-normal-color);
  border-radius: 10px;
}
