Skip to content

Commit

Permalink
Merge pull request #651 from contember/fix/scrollable-dialog
Browse files Browse the repository at this point in the history
Fix: Scrollable dialog
  • Loading branch information
matej21 authored Dec 11, 2023
2 parents 64bd535 + 26bd10b commit 15ccf52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/components/Dialog/Dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
margin: 1em;
opacity: 0;
animation: cui-dialogIntroIn 0.2s 0.1s forwards;
max-height: 100%;
overflow-y: auto;
}

:where(.cui-dialog.view-immersive)::before {
Expand Down

0 comments on commit 15ccf52

Please sign in to comment.