mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:03:01 -05:00
fix: report widget tooltip z-index (#6849)
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.react-grid-item:hover {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.react-grid-item.react-grid-placeholder {
|
||||
background-color: #8719e0;
|
||||
}
|
||||
|
||||
6
upcoming-release-notes/6849.md
Normal file
6
upcoming-release-notes/6849.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatthiasBenaets]
|
||||
---
|
||||
|
||||
Fix report card tooltips from being obscured by adjacent widgets
|
||||
Reference in New Issue
Block a user