Doesn't display range items


why doesn’t it display the range elements?

I don’t understand your question, but looking through your code I presume you require a background color, rather than color setting.

.gb {
  background-color: white; /* ← background-color, not color */
  height: 2px;
  width: 24px;
}
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.