Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farrah-deriv committed Jul 30, 2024
1 parent 56ffb4e commit a9237db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/my-profile/screens/MyProfile/MyProfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
flex-direction: column;
padding-top: 2.4rem;
overflow-y: auto;
max-height: calc(100vh - 19rem);
min-height: calc(100vh - 19rem);
max-height: calc(100% - 19rem);
min-height: calc(100% - 19rem);

@include mobile-or-tablet-screen {
padding: 0;
max-height: calc(100vh - 11rem);
min-height: calc(100vh - 11rem);
max-height: calc(100% - 11rem);
min-height: calc(100% - 11rem);
}

&__tabs {
Expand Down

0 comments on commit a9237db

Please sign in to comment.