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
  • #22976
Closed
Open
Issue created Jul 03, 2017 by Administrator@rootContributor

Remove position: static from dropdowns in navbar

Created by: mattonit

Is there a reason to use position: static; for dropdowns in navbar? I use code from v4-dev and it works fine, but it causes a problem in your new website

The problem isn't visible in v4-dev because Popper set the position of the dropdown to absolute (as it should be). Previously my PR (#22010) was rejected because you said that was intentional to use position: static, but when currently it's fixed by popper.js

Here's what I'm talking about: image

And without position: static; image

Isn't that better?

Tested on latest Chrome, Win 7/Win 10/Ubuntu 17.04/OS X Sierra 10.12.5

Assignee
Assign to
Time tracking