Skip to content

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

@PerseusTheGreat

Description

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions