Skip to content

Commit

Permalink
chore: Fixed overflow issue in SourcesModal.styles.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
DDeviak committed Aug 25, 2024
1 parent 85a9a23 commit 37c2102
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $CancelBtn: "/src/assets/images/utils/Cancel_btn.svg";
height: pxToRem(570px);
@include mut.rem-margined(30px, 10px, 30px, 30px);
padding-right: pxToRem(10px);
overflow-y: scroll;
overflow-y: auto;
font-weight: 300;
font-size: 15px;

Expand Down

0 comments on commit 37c2102

Please sign in to comment.