File tree Expand file tree Collapse file tree 7 files changed +13
-5
lines changed
knownIssues/RTSFlagsRecommendationOverlay Expand file tree Collapse file tree 7 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1212### Fixes
1313
1414- Fixed main container zIndex ([ PR 2863] ( https://github.com/input-output-hk/daedalus/pull/2863 ) )
15+ - Fixed ui overlap issues ([ PR 2881] ( https://github.com/input-output-hk/daedalus/pull/2881 ) )
1516
1617## 4.9.0-FC1
1718
Original file line number Diff line number Diff line change 11@import ' ../../themes/mixins/link' ;
22@import ' ../../themes/mixins/overlay-backdrop' ;
3+ @import ' ../../themes/mixins/layers.scss' ;
34
45.component {
56 align-items : center ;
1415 position : fixed ;
1516 top : 0 ;
1617 width : 100vw ;
17- z-index : 22 ;
18+ z-index : $dialog-z-index ;
1819 @include overlay-backrop ;
1920
2021 .content {
Original file line number Diff line number Diff line change 11@import ' ../../../themes/mixins/overlay-backdrop' ;
2+ @import ' ../../../themes/mixins/layers.scss' ;
23
34// TODO reduce duplication with AlertsOverlay
45// https://input-output.atlassian.net/browse/DDW-928
1516 position : fixed ;
1617 top : 0 ;
1718 width : 100vw ;
18- z-index : 22 ;
19+ z-index : $dialog-z-index ;
1920 @include overlay-backrop ;
2021
2122 .actionBtn {
Original file line number Diff line number Diff line change 11@import ' ../../themes/mixins/overlay-backdrop' ;
2+ @import ' ../../themes/mixins/layers.scss' ;
23
34.component {
45 align-items : center ;
1213 position : fixed ;
1314 top : 0 ;
1415 width : 100vw ;
15- z-index : 22 ;
16+ z-index : $dialog-z-index ;
1617 @include overlay-backrop ;
1718
1819 .actionBtn {
Original file line number Diff line number Diff line change 11@import ' ../../themes/mixins/overlay-backdrop' ;
2+ @import ' ../../themes/mixins/layers.scss' ;
23
34.component {
45 align-items : center ;
1213 position : fixed ;
1314 top : 0 ;
1415 width : 100vw ;
15- z-index : 22 ;
16+ z-index : $dialog-z-index ;
1617 @include overlay-backrop ;
1718
1819 .actionBtn {
Original file line number Diff line number Diff line change 1+ @import ' ../../themes/mixins/layers.scss' ;
2+
13.component {
24 background : var (--theme-news-feed-background-color );
35 box-shadow : var (--theme-news-feed-box-shadow-color );
1113 top : 0 ;
1214 transition : margin-right 400ms ease ;
1315 width : 460px ;
14- z-index : 20 ;
16+ z-index : $dialog-z-index ;
1517
1618 & .noTransition {
1719 transition : none ;
Original file line number Diff line number Diff line change 1+ $dialog-z-index : 200 ;
You can’t perform that action at this time.
0 commit comments