fix: report widget tooltip z-index (#6849)

This commit is contained in:
Matthias Benaets
2026-02-04 20:38:04 +01:00
committed by GitHub
parent 4674916d3e
commit 6da6f505e6
2 changed files with 10 additions and 0 deletions

View File

@@ -4,6 +4,10 @@
transition: none;
}
.react-grid-item:hover {
z-index: 1;
}
.react-grid-item.react-grid-placeholder {
background-color: #8719e0;
}

View File

@@ -0,0 +1,6 @@
---
category: Bugfixes
authors: [MatthiasBenaets]
---
Fix report card tooltips from being obscured by adjacent widgets