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
  • #15652
Closed
Open
Issue created Jan 23, 2015 by Administrator@rootContributor

radio-inline/checkbox-inline positioning issue

Created by: OrganicPanda

I'm not sure if this is on purpose or if my HTML is wrong but the radio-inline and checkbox-inline components seem to be positioned incorrectly. They are missing a container that has positioning ( position: relative) which makes them overflow and behave weirdly when used in an overflow: auto context.

Example and fix: http://jsbin.com/juvemipuli/2/edit?html,css,output

Fix:

.radio-inline, .checkbox-inline {
  position: relative;
}
Assignee
Assign to
Time tracking