# The magical (dis)appearing horizontal scroll bar

**URL:** https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020
**Category:** Bug
**Created:** [2015 年 3 月 31 日午前 10:49 UTC](https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020 "2015-03-31T10:49:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![blakeofthepath](https://avatars.discourse-cdn.com/v4/letter/b/ba9def/32.png) [@blakeofthepath](https://meta.discourse.org/u/blakeofthepath)
#### Post date: [2015 年 3 月 31 日午前 10:49 UTC](https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020/1 "2015-03-31T10:49:52Z")

</div>

On browser windows of certain widths, when you scroll down to the bottom of the page under the post stream, the horizontal scroll bar appears. I believe this is a regression.

The best thing is, when you’re on the threshold of the bar appearing, the scroll bar ‘humps’ the bottom of the screen.

Here’s a video of exactly what I mean, on [meta.discourse.org](http://meta.discourse.org). Though I identified it first on our own discourse instance.  
[https://www.youtube.com/watch?v=Q3T42khtm4k&feature=youtu.be](https://www.youtube.com/watch?v=Q3T42khtm4k&feature=youtu.be)

This is happening with Chrome on Ubuntu, with a window width of approximately 960 (i.e. half of 1920), I can identify a couple of (separate) width ranges where it happens: around 935-975 pixels, and 855-880 pixels. There are also ranges where the scrollbar appears but without the amusing oscillation.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015 年 4 月 1 日午前 2:48 UTC](https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020/2 "2015-04-01T02:48:27Z")

</div>

Ok, which DOM element is exceeding the browser width at these specific sizes?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015 年 9 月 15 日午前 5:49 UTC](https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020/3 "2015-09-15T05:49:23Z")

</div>

This was actually a fairly huge issue, at those width stuff like back and forward navigation plays up.

Fixed now per:

> <https://github.com/discourse/discourse/commit/4758144f6a48420f8687c0a19473055ae0375036>

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [2015 年 9 月 15 日午前 5:49 UTC](https://meta.discourse.org/t/the-magical-dis-appearing-horizontal-scroll-bar/27020/4 "2015-09-15T05:49:26Z")

</div>


