diff --git a/css/browser.css b/css/browser.css index 2f015d37c..59fa35835 100644 --- a/css/browser.css +++ b/css/browser.css @@ -305,3 +305,9 @@ body.show-message-buttons ._4_j4 ._39bj { display: flex; justify-content: center; } + +/* Settings dialog */ +._4eby { + max-height: 80vh; + overflow-y: auto; +}