Skip to content

Commit

Permalink
fix: issue with button
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Aug 2, 2024
1 parent 2168641 commit 95c7f70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
left: 0;
background: #fff;
z-index: 1;
height: calc(100vh - 7.5rem);
height: calc(100% - 7.5rem);

& .mobile-wrapper {
&__header {
Expand Down
4 changes: 4 additions & 0 deletions src/routes/AppContent/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@
border-bottom: 1px solid #f2f3f4;
}
}

.languages-modal__body {
margin: 1.6rem;
}

0 comments on commit 95c7f70

Please sign in to comment.