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

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

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) */
}
}

So, please consider.
Thanks in advance.
Hi,
In Dashboard example, there are a title text & 3 buttons top of the diagram (canvas).
When screen size is less than 768px (xs & sm devices), Nav bar will covers (hides) those elements.
I have added below codes to dashboard.css, line 72, to fix the issue.
So, please consider.
Thanks in advance.