Skip to content

Commit

Permalink
Merge branch 'master' into modal-content-size-with-form
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Jan 16, 2020
2 parents fa2c780 + f8c4a4c commit 49dd7a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -18373,6 +18373,9 @@ Modal styles
width: 100%;
height: 100%;
max-height: 100%;
// make modal edge visible on high contrast themes (#3880)
outline: 3px solid transparent;
outline-offset: -3px;
overflow: hidden;
transform-origin: top center;
transform: translate3d(0, -24px, 0);
Expand Down

0 comments on commit 49dd7a1

Please sign in to comment.