-
-
Notifications
You must be signed in to change notification settings - Fork 658
Closed
Description
See image: http://i.imgur.com/eRkcCLe.png - Notice the scroll bar at the bottom. I get this problem in Chrome (Windows and Linux), FireFox (only tested Windows) and Internet Explorer 11.
This seems to be related to the css of body.bin .show-container { width: 200%; overflow-x: scroll; }
If I remove either the 200% width or the overflow-x things immediately look better. To get rid of the scrollbar at the bottom I need to do overflow-x: hidden on body, which I'm sure is not the intent.
These changes were introduced in #105 and I'd love to hear more reasoning behind them. Were they even tested?
Metadata
Metadata
Assignees
Labels
No labels