Skip to content

Commit

Permalink
fix: fixed mt5 modal not appear on screen when clicking on trade button
Browse files Browse the repository at this point in the history
  • Loading branch information
iman committed Jan 2, 2023
1 parent de81fd4 commit b92e809
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
transform: translateY(0);
opacity: 1;
pointer-events: auto;
z-index: 9;
}
&__header {
position: sticky;
Expand Down

0 comments on commit b92e809

Please sign in to comment.