From 33ec7147d64e540fe2f54faf3de1f9e66bac5b50 Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Thu, 17 Aug 2023 09:12:44 +0200 Subject: [PATCH] Pin the action buttons to the bottom of the scrollable dialogs (#11407) * Let scrollable dialogs shrink to the size of the content Signed-off-by: Dominik Henneke * Pin the action buttons to the bottom of the scrollable dialogs Signed-off-by: Dominik Henneke --------- Signed-off-by: Dominik Henneke --- res/css/views/dialogs/_CompoundDialog.pcss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/views/dialogs/_CompoundDialog.pcss b/res/css/views/dialogs/_CompoundDialog.pcss index 6777b4f81d..70ba1f8c10 100644 --- a/res/css/views/dialogs/_CompoundDialog.pcss +++ b/res/css/views/dialogs/_CompoundDialog.pcss @@ -58,12 +58,13 @@ limitations under the License. display: flex; flex-direction: column; min-height: 0; - max-height: 100%; + flex: 1; } .mx_CompoundDialog_content { overflow: auto; padding: 8px 32px; + flex: 1; } .mx_CompoundDialog_footer {