Hi there!
I had a question about a capability of the code widget: are you able to design the scroll bar?
I've created a image gallery with a scroll-able/clickable thumbnail images corresponding to their images.

To format the thumbnail gallery, which has 31 images, I set it up as:
.slider {
text-align: center;
white-space: nowrap;
overflow-x: scroll;
}
Since I'm using "overflow-x: scroll", I wanted to design the scroll bar by using:
::-webkit-scrollbar {
height: 5px;
width: 10px;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 5px;
}
However, no matter what I do, the scroll bar stays the same. Is something I'm doing wrong or does Cvent not allow scroll design changes?
Best,
AJ
#EventApp#EventApp-Building/managing------------------------------
Andy Jang
Crain CommunicationsUnited States
------------------------------