0
TimMackey created
I migrated from v6.8.0 to v7.0.0 (Angular + Core)
The top menubar dropdown has stopped responding.
Click on 3 vertical dots works.
Click on flag, bell, or \admin no response.
There is no ANZ Typescript code invoked when the images are clicked.
There are no (click) events in topbar.component.html
that might open the next level menus.
How can I diagnose the menu bar (hidden events) to identify the source of the problem?
Also, the dropdown menu is hidden behind my custom page (just the top is peeking out).
How can I force the dropdown to stay on top?
2 Answer(s)
-
0
-
0
The above suggestion was not relevant to my issue. dashboard.component.html required the following code:
<div class="kt-login__form" [@routerTransition] id="MyCustomTenantDashboard"> <div class="kt-content kt-grid__item kt-grid__item--fluid">