From fc92bb01f75d341fa286f22b224aee22eb0228fe Mon Sep 17 00:00:00 2001 From: Mint <> Date: Thu, 7 Jul 2022 02:53:53 +0300 Subject: [PATCH] Revert "Attempt at unfucking the scrollbars" This reverts commit 4d4f6a20b985c781be32275e8551c13f6c2ecfaa. --- src/components/status_body/status_body.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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;