diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss index 73ebbb17..31af8fbb 100644 --- a/src/components/status_body/status_body.scss +++ b/src/components/status_body/status_body.scss @@ -4,10 +4,6 @@ display: flex; flex-direction: column; - .body { - max-height: 400px; - overflow: auto; - } .emoji { --_still_image-label-scale: 0.5; } @@ -65,7 +61,8 @@ flex-direction: column; flex-wrap: nowrap; - overflow: hidden; + max-height: 400px; + overflow: auto; &.-tall-status { position: relative;