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:
parent
eb6888e44c
commit
80294408d3
|
@ -150,6 +150,7 @@
|
|||
justify-content: center;
|
||||
}
|
||||
#message-box.stylus-popup > div {
|
||||
max-height: 570px;
|
||||
max-width: 90vw;
|
||||
top: auto;
|
||||
right: auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user