# Horizontal scroll issue on pages

**URL:** https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284
**Category:** Bug
**Created:** [March 3, 2017, 8:11am UTC](https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284 "2017-03-03T08:11:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![caub](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/caub/32/121044_2.png) [@caub](https://meta.discourse.org/u/caub)
#### Post date: [March 3, 2017, 8:11am UTC](https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284/1 "2017-03-03T08:11:32Z")

</div>

![](https://global.discourse-cdn.com/meta/original/3X/8/f/8f8982c86e9d985fc80980cd1633f97ace6c10ec.png)

Nothing more is shown when scrolling to the right, so an element is probably triggering the horizontal scroll bar for some reason

The topic-footer-button element does it after inspecting

topic-closing-info too, both should have max-width:100%

(Just showing discuss.react for example, I’ve the same issue on my site)

---

<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: [March 3, 2017, 9:10am UTC](https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284/2 "2017-03-03T09:10:08Z")

</div>

Sure if you can submit a pull request for those, if you know the elements, that’d be helpful.

This is only at certain specific widths, no?

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [March 3, 2017, 11:21am UTC](https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284/3 "2017-03-03T11:21:08Z")

</div>

FYI, this may conflict with whatever this issue was trying to achieve (or it may be a better fix for that scenario than the physical max-width the PR set)

> [@CSS #topic-closing-info responsive issue](https://meta.discourse.org/t/css-topic-closing-info-responsive-issue/57623):
>
> On desktop, when resizing the window down below 757px wide on a topic, #topic-closing-info forces the page to stay at least 757px wide. I’ve found changing width: 757px to max-width: 757px fixes the issue.

---

<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: [November 26, 2017, 2:48am UTC](https://meta.discourse.org/t/horizontal-scroll-issue-on-pages/58284/4 "2017-11-26T02:48:25Z")

</div>


