html {
  background: #f7f7f7;        /* 与主体背景色一致 */
  scrollbar-gutter: stable;
  /* overflow-y: scroll;      // 可选替代方案 */
}

::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 8px;
}
