Browse Source
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>
closed-social-glitch-2
cadars
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
app/javascript/styles/mastodon/components.scss
|
|
@ -5798,6 +5798,7 @@ a.status-card.compact:hover { |
|
|
|
&__container { |
|
|
|
padding: 30px; |
|
|
|
pointer-events: all; |
|
|
|
overflow-y: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.status__content { |
|
|
|