Published
Edited
Mar 31, 2022
Insert cell
Insert cell
html`<div class="wrapper"><div class='scroll'>
This is a scrollable div

</div></div>`
Insert cell
html`<style>
.wrapper {
overflow: scroll;
height: 100px;
border: 1px solid black;
}
.scroll {
height: 800px;

}
.wrapper::-webkit-scrollbar {
width: 20px;
}

.wrapper::-webkit-scrollbar-track {
background-color: #00cc99;
border-radius: 50px;
}

.wrapper::-webkit-scrollbar-thumb {
background: #6600ff;
border-radius:50px;
}



</style>`
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more