Skip to content

Commit

Permalink
fix(core/modal): display: flex on body, remove outline on close button (
Browse files Browse the repository at this point in the history
#7937)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Erik Munson and mergify[bot] authored Feb 25, 2020
1 parent 7553781 commit 33b2003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@value bodyColor: smoke;

.body {
display: flex;
flex: 1 1 auto;
overflow: scroll;
overscroll-behavior: contain;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
.close:hover,
.close:focus {
background-color: closeButtonHoverColor;
outline: none;
}

@media belowMobileSize {
Expand Down

0 comments on commit 33b2003

Please sign in to comment.