css

iframe[name="htmlComp-iframe"] {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #0D0881 #f1f1f1;
}

iframe[name="htmlComp-iframe"]::-webkit-scrollbar {
  width: 10px;
}

iframe[name="htmlComp-iframe"]::-webkit-scrollbar-track {
  background: #0D0881;
}

iframe[name="htmlComp-iframe"]::-webkit-scrollbar-thumb {
  background-color: #0D0881;
  border-radius: 20px;
  border: 3px solid #f1f1f1;
}