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
  • #9932
Closed
Open
Issue created Aug 20, 2013 by Administrator@rootContributor

Nav pushes down Carousel in mobile-sized window

Created by: AntJanus

Tested on Chrome:

carousel

When the menu is not collapsed, the carousel looks fine:

carousel2

I did a quick fix that seems to work:

.navbar-collapse {
 position: absolute;
 width: 100%;
 background-color: #222222; //background color of the navigation bar
}

After my hacky fix:

carousel3

However, I'm sure there is a better solution.

This bug is probably related to #9901 (closed) except that the carousel controls are in the correct place at all times (with the carousel itself).

Assignee
Assign to
Time tracking