Skip to content

Commit 4cc98f1

Browse files
committed
[DDW-1011] level loading backdrop with table header
1 parent 6a3f6be commit 4cc98f1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@import '../../../themes/mixins/layers.scss';
2+
13
.component {
24
align-items: center;
35
background-color: var(--rp-modal-overlay-bg-color);
@@ -8,4 +10,5 @@
810
position: fixed;
911
right: 0;
1012
top: 134px;
13+
z-index: $loader-backdrop-z-index;
1114
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import '../../../themes/mixins/link';
22
@import '../../../themes/mixins/loading-spinner';
3+
@import '../../../themes/mixins/layers';
34

45
.component {
56
.headerWrapper {
@@ -105,7 +106,7 @@
105106
padding: 0 20px;
106107
position: sticky;
107108
top: 0;
108-
z-index: 1;
109+
z-index: $sticky-header-z-index;
109110

110111
tr {
111112
border: 0;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
$dialog-z-index: 200;
2+
$loader-backdrop-z-index: 5;
3+
$sticky-header-z-index: 1;

0 commit comments

Comments
 (0)