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:
parent
c1f32c9c14
commit
e8cb3ee827
1 changed files with 1 additions and 0 deletions
|
@ -5798,6 +5798,7 @@ a.status-card.compact:hover {
|
|||
&__container {
|
||||
padding: 30px;
|
||||
pointer-events: all;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.status__content {
|
||||
|
|
Loading…
Reference in a new issue