caub
(Cyril Auburtin)
March 3, 2017, 8:11am
1
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)
1 Like
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?
cpradio
(cpradio)
March 3, 2017, 11:21am
3
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)
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.
2 Likes