From f28a6c5256b28d3fe18010ace0a3b74db2ce693a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 6 Jan 2022 17:52:43 +0100 Subject: [PATCH] Add max-height to the new modals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/components/modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/components/modal.scss b/app/styles/components/modal.scss index 4c1a61598..8c086cefc 100644 --- a/app/styles/components/modal.scss +++ b/app/styles/components/modal.scss @@ -392,6 +392,7 @@ .reblogs-modal, .mentions-modal { height: 80vh; + max-height: 650px; .slist { overflow: auto;