Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

UI jumps when opening delete modal #26

@cpx86

Description

@cpx86

When you open the delete modal, the UI jumps ~15px to the side. This is because we are centering the body horizontally, and when the modal opens, the page width changes. This is due to a bug in Bootstrap's modal component. See twbs/bootstrap#9855

We have a few options for solving this:

  1. Don't center the UI
  2. Add a CSS hack that's good enough for us
  3. Wait for Bootstrap 3.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions