# scrollbars in an html generated in a cell are not working

**URL:** https://talk.observablehq.com/t/scrollbars-in-an-html-generated-in-a-cell-are-not-working/1073
**Category:** Feedback
**Created:** [August 9, 2018, 4:04pm UTC](https://talk.observablehq.com/t/scrollbars-in-an-html-generated-in-a-cell-are-not-working/1073 "2018-08-09T16:04:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![RandomFractals](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/randomfractals/32/759_2.png) [@RandomFractals](https://talk.observablehq.com/u/RandomFractals)
#### Post date: [August 9, 2018, 4:04pm UTC](https://talk.observablehq.com/t/scrollbars-in-an-html-generated-in-a-cell-are-not-working/1073/1 "2018-08-09T16:04:46Z")

</div>

I think it’s observablehq css related since I’ve used that setup many times in web pages in the past.

See data-list in this notebook. Just click on some hexagon to get data-list filled and scrollbars to show up.

> **[Chicago Crimes Hexgrid Map](https://observablehq.com/@randomfractals/chicago-crimes-hexgrid)**
>
> 2D remake of 3D deck-gl-heatmap
> with d3-hexgrid tip: toggle crimeType, startDay/endDay, and mouseover hexagons for the reported crime counts per block. 
> Click on the hexagon for the reported crimes info on that block. Hexgrid Map Toggles Data Libs

for some reason they are not responsive.

---

<div class="post-metadata">

### Author: ![RandomFractals](https://yyz2.discourse-cdn.com/flex030/user_avatar/talk.observablehq.com/randomfractals/32/759_2.png) [@RandomFractals](https://talk.observablehq.com/u/RandomFractals)
#### Post date: [August 9, 2018, 4:16pm UTC](https://talk.observablehq.com/t/scrollbars-in-an-html-generated-in-a-cell-are-not-working/1073/2 "2018-08-09T16:16:51Z")

</div>

oops! my bad! I had ponter-events: none; on the data-panel div 🙂
