mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user