This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style type="text/css">
/* container properties */
.scrollbar {
width:100%;
max-width:100%;
height:400px;
background-color:#f7f7f7;
overflow-y:scroll;
}
/* customize scrollbar css */
#scrollbar-custom::-webkit-scrollbar{
width:12px;
background-color:#cccccc;
}
#scrollbar-custom::-webkit-scrollbar:horizontal{
height:12px;
}
#scrollbar-custom::-webkit-scrollbar-track{
border:1px #787878 solid;
border-radius:10px;
-webkit-box-shadow:0 0 6px #c8c8c8 inset;
}
#scrollbar-custom::-webkit-scrollbar-thumb{
background-color:#c9c9c9;
border:1px solid #000000;
border-radius:16px;
}
#scrollbar-custom::-webkit-scrollbar-thumb:hover{
background-color:#bf4649;
border:1px solid #333333;
}
#scrollbar-custom::-webkit-scrollbar-thumb:active{
background-color:#9c9c9c;
border:1px solid #333333;
}
</style>
<div class="scrollbar" id="scrollbar-custom">
<div> <p style="font-family:roboto">
<b>Airfield Supply Co.</b><br>San Jose, CA<br><br>
<b>Aloha Aina</b><br>Santa Rosa, CA<br><br>
<b>Bay Care Delivery</b><br>Bay Area, CA<br><br>
<b>Coastal Cannabis - Vista</b><br>Vista, CA<br><br>
<b>Fig & Thistle</b><br>San Francisco, CA<br><br>
<b>Goldn Bloom</b><br>San Diego, CA<br><br>
<b>Haze - San Jose</b><br>San Jose, CA<br><br>
<b>Natural Cannabis Company</b><br>Santa Rosa, CA<br><br>
<b>Nice Guys Delivery</b><br>Marin County, Petaluma, San Francisco<br><br>
<b>Rare Earth</b><br>Seaside, CA<br><br>
<b>The Sweet Spot - Piner Rd.</b><br>Santa Rosa, CA<br><br>
<br><br>
<br><br>
<br><br>
<div>
</div>