Skip to content

Weird HTML/CSS issue in pastebin #114

@anlutro

Description

@anlutro

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions