Add scrolling to Compare history modal (#23396)

* Compare history modal: allow vertical scrolling

* Update app/javascript/styles/mastodon/components.scss

Co-authored-by: Claire <claire.github-309c@sitedethib.com>

---------

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
cadars 2023-02-06 16:53:31 +01:00 committed by GitHub
parent c1f32c9c14
commit e8cb3ee827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5798,6 +5798,7 @@ a.status-card.compact:hover {
&__container {
padding: 30px;
pointer-events: all;
overflow-y: auto;
}
.status__content {