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>Aloha Aina</b><br>Santa Rosa, CA<br><br>
<b>Treehouse</b><br>Santa Cruz, CA<br><br>
<b>California Street Cannabis Co. - Clement St.</b><br>San Francisco, CA<br><br>
<b>CannaCruz - Salinas</b><br>Salinas, CA<br><br>
<b>CannaCruz - Santa Cruz</b><br>Santa Cruz, CA<br><br>
<b>Roots</b><br>Sun Valley, CA<br><br>
<b>SafePort Cannabis - Oxnard</b><br>Oxnard, CA<br><br>
<b>The Pottery</b><br>Los Angeles, CA<br><br>
<br><br><br><br><br><br>
<div>
</div>