Skip to content

Commit

Permalink
feat: updated Dialog styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVershkov committed Jan 17, 2024
1 parent 1bef1d9 commit 789da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dialog/Dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ $block: '.#{variables.$ns}dialog';

#{$block} {
position: relative;
display: flex;
flex-direction: column;

&_with-scroll {
display: flex;
flex-direction: column;
overflow-y: auto;
max-height: calc(100vh - var(--yc-modal-margin) * 2);
}
Expand Down

0 comments on commit 789da79

Please sign in to comment.