Skip to content

Commit

Permalink
fix: height resizing issue when viewport changes in p2p guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerul-deriv committed Aug 22, 2024
1 parent 128e220 commit ad6bc03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/guide/screens/Guide/Guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
position: absolute;
top: 1rem;
background-color: #fff;
height: 100%;
width: 95.2rem;

@include mobile-or-tablet-screen {
Expand All @@ -14,7 +15,7 @@
display: flex;
flex-direction: column;
gap: 2.4rem;
height: 75vh;
height: calc(100% - 11.5rem);
overflow-y: auto;

@include mobile-or-tablet-screen {
Expand Down

0 comments on commit ad6bc03

Please sign in to comment.