Skip to content

Commit

Permalink
Merge pull request #60 from mayuran-deriv/mayuran-chart-ui-fix
Browse files Browse the repository at this point in the history
fix: ui issues
  • Loading branch information
sandeep-deriv authored Sep 25, 2024
2 parents 4a3546f + 7f4d5a8 commit a4d08e8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/footer/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flex-direction: row-reverse;
padding: 0 1rem;
align-items: center;
position: fixed;
position: absolute;
bottom: 0;
right: 0;
left: 0;
Expand Down
24 changes: 24 additions & 0 deletions src/pages/chart/chart.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@
}
}

.smartcharts-desktop {
.cq-modal-dropdown {
.sc-dialog {
position: absolute !important;
top: -50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 9999 !important;
}
}
}

.smartcharts-mobile {
.cq-context {
z-index: 99;
Expand Down Expand Up @@ -135,3 +147,15 @@
left: 0;
top: 0;
}

.smartcharts-mobile {
.cq-modal__overlay {
position: unset !important;

.sc-dialog {
position: absolute !important;
top: -85% !important;
z-index: 99999 !important;
}
}
}

0 comments on commit a4d08e8

Please sign in to comment.