From 9985b0463b88d7a39f14c15d046c6d08318ac588 Mon Sep 17 00:00:00 2001 From: ankur12-1610 Date: Sun, 8 May 2022 03:51:07 +0530 Subject: [PATCH] Scaled Creating Polls dialog box for small windows Signed-off-by: ankur12-1610 --- res/css/views/dialogs/_CompoundDialog.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/dialogs/_CompoundDialog.scss b/res/css/views/dialogs/_CompoundDialog.scss index 28e7388e0ea..a6544f56dc8 100644 --- a/res/css/views/dialogs/_CompoundDialog.scss +++ b/res/css/views/dialogs/_CompoundDialog.scss @@ -77,6 +77,8 @@ limitations under the License. } .mx_CompoundDialog_footer { + position: sticky; + background-color: $background; box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05); // hardcoded colour for both themes } }