The site navigation bar/menu dropdown list on a page is overlapped by the toolbar of the Quest List View. See attach screen capture for example.
Title
The site navigation bar/menu dropdown list on a page is overlapped by the toolbar of the Quest LiDescription
Cause
This is a product defect in the current version of Quest Web Part.
Resolution
WORKAROUND 1:
- Design the page so the Quest Web Parts toolbar is further away from the navigation bar so this overlapping does not immediately occur.
WORKAROUND 2:
- Most QWP toolbars have different location settings, use the Bottom setting instead of Top or Top/Bottom. This will avoid this kind of overlap.
WORKAROUND 3:
- Add an Out-of-Box Form Web Part to the page. Modify this web part: in the Source Editor, add a CSS style then select 'Hidden' in the Layout section. Below is an example of the CSS style you would add when the problem occurs in the navigation bar:
(CSS style::
<style type="text/css">
.zz1_TopNavigationMenu_0
{
Z-INDEX: 11;
}
</style>)
Defect ID
This is a product defect in the current version of Quest Web Part.