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
  • #1985
Closed
Open
Issue created Feb 15, 2012 by Administrator@rootContributor

Problem with collapsed menu bar when page is 980px wide

Created by: bhopwood

There is a problem with the operation of the collapsed menu bar when the page width is exactly 980px wide. Clicking on the 'btn-navbar' will expand the menu but clicking again causes the menu to close then open immediately.

This seems to be caused by a problem in 'responsive.less' where there are conflicting definitions for 'max-width: 980px;' and 'min-width: 980px'

I have tested a solution by changing the 'max-width' to 979px, so that <980px uses the collapsed menu and >=980px uses the normal menu bar.

Before I submit a pull request the question is - is the policy that 980px wide displays use the collapsed menu form or the standard form?

Assignee
Assign to
Time tracking