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>pull/53/head
parent
c1f32c9c14
commit
e8cb3ee827
|
@ -5798,6 +5798,7 @@ a.status-card.compact:hover {
|
||||||
&__container {
|
&__container {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content {
|
.status__content {
|
||||||
|
|
Loading…
Reference in New Issue