Skip to content

Commit

Permalink
Applied overflow style only on mobile views (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Nov 29, 2019
1 parent 53d7e4d commit 642c222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ loadingSize = 30px
-webkit-overflow-scrolling touch;
overflow-x: auto;

@media screen and (min-width: 481px)
overflow-x: inherit;

.auth0-lock-close-button, .auth0-lock-back-button
-webkit-box-sizing content-box !important
-moz-box-sizing content-box !important
Expand Down

0 comments on commit 642c222

Please sign in to comment.