---
title: "Content or Widgets are Hidden behind Application Elements"
slug: "widgets-hidden-behind-application-elements"
updated: 2024-11-05T16:59:48Z
published: 2024-11-05T16:59:48Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Content or Widgets are Hidden behind Application Elements

### Issue

Application menu bar or other elements are appearing over Whatfix content in the underlying application. For example, your Tasklist icon is hidden behind an application menu bar, preventing end users from accessing the Tasklist.

![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tasklist hidden behind element.png)

### Probable Cause

This issue arises due to the [z-index property](https://developer.mozilla.org/en-US/docs/Web/CSS/z-index)in CSS. The z-index determines the stack order of elements on a webpage. If Whatfix elements have a lower z-index than the elements in the underlying application, the Whatfix content or widget will not be displayed on top. Essentially, elements with higher z-index values will cover those with lower values, causing the Whatfix elements to be hidden behind other application components.

### Suggested Solution

To resolve this issue, you need to set a high z-index value for Whatfix content. This adjustment ensures that Whatfix elements appear on top of other elements in the underlying application, making them accessible to users. For more information, see [Set Z-Index for Whatfix Content](/studio/docs/z-index).

## Related

- [Task List](/task-list.md)
