Skip to content

Commit

Permalink
Make setting dialog usable with small window sizes (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX authored and sindresorhus committed Apr 9, 2019
1 parent ec44260 commit a7853f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,9 @@ body.show-message-buttons ._4_j4 ._39bj {
display: flex;
justify-content: center;
}

/* Settings dialog */
._4eby {
max-height: 80vh;
overflow-y: auto;
}

0 comments on commit a7853f6

Please sign in to comment.