Skip to content

Commit 7cf7536

Browse files
authored
Merge pull request #2902 from input-output-hk/fix/ddw-936-ui-fix-z-index-for-discrete-mode-tooltip
[DDW-936] Fixes discreet tooltip appearing behind loading overlay
2 parents 973d83a + 4baa86b commit 7cf7536

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
- Removed SASS ts-lint ignore comments ([PR 2870](https://github.com/input-output-hk/daedalus/pull/2870))
1212
- Enabled debugging of the main process ([PR 2893](https://github.com/input-output-hk/daedalus/pull/2893))
1313

14+
### Fixes
15+
16+
- Fixed discrete tooltip being clipped by loading overlay when stake pools are adjusted ([PR 2902](https://github.com/input-output-hk/daedalus/pull/2902))
17+
1418
## 4.9.0
1519

1620
### Features

source/renderer/app/components/staking/stake-pools/StakePoolsRankingLoader.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88
position: fixed;
99
right: 0;
1010
top: 134px;
11-
z-index: 5000;
1211
}

0 commit comments

Comments
 (0)