Skip to content

Commit

Permalink
Fix: Scrollable dialog
Browse files Browse the repository at this point in the history
Scroll inside dialog when content is longer than viewport.
  • Loading branch information
jonasnobile committed Aug 18, 2022
1 parent 4d4b2e9 commit 47cfafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/styles/components/dialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
margin: 1em
opacity: 0
animation: #{$cui-conf-globalPrefix}dialogIntroIn .2s .1s forwards

height: 100%
overflow-y: auto

&.view-immersive
&::before
Expand Down

0 comments on commit 47cfafc

Please sign in to comment.