Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #17399
Closed
Open
Issue created Aug 30, 2015 by Administrator@rootContributor

Opening modal forces all content to the left.

Created by: HarkonenBade

Opening a modal forces all content to the left. Tracked this down to line 2061 of bootstrap.js:

document.body.style.paddingRight = bodyPadding + (this._scrollbarWidth + 'px');

Which evaluates to a padding of 1516px on my desktop (rather than the 31px it should be). I believe this is due to mis-bracketing.

The source line that controls this appears to be bootstrap.js:L1180

Assignee
Assign to
Time tracking