Skip to content

Commit

Permalink
Merge pull request #303 from ameerul-deriv/FEQ-2623-p2p-guide-content…
Browse files Browse the repository at this point in the history
…-is-truncated-when-resize

Ameerul / FEQ-2623 P2P Guide content is truncated when resize the screen size
  • Loading branch information
ameerul-deriv authored Aug 22, 2024
2 parents 40582cf + ad6bc03 commit 62c7488
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 62c7488

Please sign in to comment.