Skip to content

Commit

Permalink
fix(demo): change trading demo full screen z-index lower than ms-select
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 4, 2024
1 parent 22813b8 commit 6a89be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/src/examples/slickgrid/example34.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $sparkline-color: #00b78d;
bottom: 0;
padding: 10px 12px 0 10px;
background-color: white;
z-index: 8000;
z-index: 1040;
position: fixed;
}
.changed-gain {
Expand Down

0 comments on commit 6a89be9

Please sign in to comment.