# Scrollbar is missing when editing category

**URL:** https://meta.discourse.org/t/scrollbar-is-missing-when-editing-category/73900
**Category:** Bug
**Created:** [November 11, 2017, 5:15pm UTC](https://meta.discourse.org/t/scrollbar-is-missing-when-editing-category/73900 "2017-11-11T17:15:11Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gerhard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gerhard/32/119479_2.png) [@gerhard](https://meta.discourse.org/u/gerhard)
#### Post date: [November 11, 2017, 5:15pm UTC](https://meta.discourse.org/t/scrollbar-is-missing-when-editing-category/73900/1 "2017-11-11T17:15:11Z")

</div>

When you edit a category it’s not possible to scroll on the settings tab anymore. Looks like it’s caused by select-box-kit which adds `overflow: hidden` to the `.modal-body` element.

[https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-box-kit/mixins/dom-helpers.js.es6#L185](https://github.com/discourse/discourse/blob/master/app/assets/javascripts/select-box-kit/mixins/dom-helpers.js.es6#L185)

cc @j.jaffeux

---

<div class="post-metadata">

### Author: ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)
#### Post date: [November 11, 2017, 8:20pm UTC](https://meta.discourse.org/t/scrollbar-is-missing-when-editing-category/73900/3 "2017-11-11T20:20:06Z")

</div>

Fixed in master. Thanks.
