[PR #356] [MERGED] FIX: Menu in DataGrid shows incorrectly due to z-index #2142

Open
opened 2026-01-29 18:17:25 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/356
Author: @vertonghenb
Created: 1/28/2022
Status: Merged
Merged: 1/31/2022
Merged by: @enchev

Base: masterHead: fix/menu-item-over-datagrid-header


📝 Commits (2)

  • 9dcbd82 FIX: Menu in DataGrid
  • 9962fa1 rz-navigation-menu z-index lowered from 20 to 2

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/themes/components/blazor/_menu.scss (+1 -2)

📄 Description

Commit 9fa7d0182d introduces a fix and a bug at the same time. This PR keeps the fix and removes the bug.

z-index set to 20 to give people more room in-between

Before as shown in issue #355
image

In this PR
Menu above DataGrid Header (same as previous commit)
image

Menu's navigation menu above other Menu's in a DataGrid
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/356 **Author:** [@vertonghenb](https://github.com/vertonghenb) **Created:** 1/28/2022 **Status:** ✅ Merged **Merged:** 1/31/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `fix/menu-item-over-datagrid-header` --- ### 📝 Commits (2) - [`9dcbd82`](https://github.com/radzenhq/radzen-blazor/commit/9dcbd82f78f3a6ededdb1da6e3a00e32115f236c) FIX: Menu in DataGrid - [`9962fa1`](https://github.com/radzenhq/radzen-blazor/commit/9962fa1d19fb79b29894e0dabe67bf05ad662429) rz-navigation-menu z-index lowered from 20 to 2 ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/themes/components/blazor/_menu.scss` (+1 -2) </details> ### 📄 Description Commit 9fa7d0182d57f25cb38ef971b212a974d45f39d8 introduces a fix and a bug at the same time. This PR keeps the fix and removes the bug. `z-index` set to 20 to give people more room in-between Before as shown in issue #355 ![image](https://user-images.githubusercontent.com/10981553/151607057-79c78e39-2518-4959-9f17-960e3b2542e2.png) In this PR Menu above DataGrid Header (same as previous commit) ![image](https://user-images.githubusercontent.com/10981553/151606890-bce8442b-6ee8-47a2-8ed4-fbe9f5f06044.png) Menu's navigation menu above other Menu's in a DataGrid ![image](https://user-images.githubusercontent.com/10981553/151606981-496cb406-5e1b-4f14-a3c2-ca43f11501f6.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:17:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2142