Skip to content

fix(layout): adjust breadcrumb and drawer zindex stack#876

Open
cooper-joe wants to merge 1 commit intodevfrom
zindex-breadcrumb
Open

fix(layout): adjust breadcrumb and drawer zindex stack#876
cooper-joe wants to merge 1 commit intodevfrom
zindex-breadcrumb

Conversation

@cooper-joe
Copy link
Copy Markdown
Member

@cooper-joe cooper-joe commented Apr 15, 2026

Fixes DHIS2-21300.

The Breadcrumb originally used z-index: 1 in order to avoid overlapping the Drawer on z-index: 2. However, some UI components like Transfer use z-index: 2.

As a quick fix, this PR adjusts the z-index for both Breadcrumb and Drawer. Both are set to higher, but still sensible values. UI applicationTop is set much higher (2000), so these changes do not interfere.

Before:

image

After:

image

@cooper-joe cooper-joe requested a review from flaminic April 15, 2026 07:06
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants