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
  • #26311
Closed
Open
Issue created Apr 16, 2018 by Administrator@rootContributor

Dashboard example, Diagram title & buttons, xs & sm devices

Created by: PerseusTheGreat

Hi, In Dashboard example, there are a title text & 3 buttons top of the diagram (canvas).

1

When screen size is less than 768px (xs & sm devices), Nav bar will covers (hides) those elements.

2

I have added below codes to dashboard.css, line 72, to fix the issue.

  @media (max-width: 768px) {
      [role="main"] {
          padding-top: 133px; /* Height of navbar structure (fixed navbar + search input + sign out link) */
      }
  }

3

So, please consider. Thanks in advance.

Assignee
Assign to
Time tracking