Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ae57fbe

Browse files
authored
fix(demo): change trading demo full screen z-index lower than ms-select
1 parent 61552b3 commit ae57fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/examples/grid-trading.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $sparkline-color: #00b78d;
1111
bottom: 0;
1212
padding: 10px 12px 0 10px;
1313
background-color: white;
14-
z-index: 8000;
14+
z-index: 1040;
1515
position: fixed;
1616
}
1717
.changed-gain {
@@ -46,4 +46,4 @@ $sparkline-color: #00b78d;
4646
stroke: $sparkline-color;
4747
// fill: none;
4848
fill: rgba($sparkline-color, 0.03);
49-
}
49+
}

0 commit comments

Comments
 (0)