Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Make it possible to scroll in modals
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Sep 21, 2022
1 parent 1c5a658 commit 44d56a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/Library/Modals/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
transition: opacity 0.3s;
min-height: 100vh;
height: 100%;
overflow: scroll;

&__screen-reader-description {
@include hide-visually;
Expand Down

0 comments on commit 44d56a5

Please sign in to comment.