Improve height restriction for popup config dialog

Noticed unnecessary overflow in Github Dark's config dialog. We should allow it to utilize available height.
This commit is contained in:
narcolepticinsomniac 2019-05-26 06:30:12 -04:00 committed by GitHub
parent eb6888e44c
commit 80294408d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@
justify-content: center;
}
#message-box.stylus-popup > div {
max-height: 570px;
max-width: 90vw;
top: auto;
right: auto;