 ::-webkit-scrollbar { width: 6px;  height: 6px;  }  ::-webkit-scrollbar-thumb { background: var(--bricks-color-ntdjdh);  border-radius: 5px;  }  ::-webkit-scrollbar-track { background: #f1f1f1;  }  ::-webkit-scrollbar-thumb:hover { background: var(--bricks-color-luhwnp);  }